Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion input-locations.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
{ "url": "https://github.com/CCDirectLink/CCNewGamePP/archive/refs/tags/v1.4.0.zip", "source": "" },
{ "url": "https://github.com/CCDirectLink/CCdiscord/archive/refs/tags/v1.0.2.zip" },
{ "url": "https://github.com/CCDirectLink/CCTimeWalker/archive/refs/tags/v0.3.1.zip" },
{ "url": "https://github.com/CCDirectLink/CCTimer/archive/refs/tags/v3.0.2.zip" },
{ "url": "https://github.com/CCDirectLink/CCTimer/releases/download/v3.0.3/CCTimer.zip", "source": "" },
{ "url": "https://github.com/CCDirectLink/cc-menu-ui-replacement/archive/refs/tags/v1.0.5.zip" },
{ "url": "https://github.com/CCDirectLink/map-watch/archive/refs/tags/v1.1.1.zip" },
{ "url": "https://github.com/CookieSalesman/CrossCode-HADOUKEN-v1.0/archive/refs/tags/v1.1.0.zip" },
Expand Down
2 changes: 1 addition & 1 deletion input-locations.old.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
{ "url": "https://github.com/CCDirectLink/CCNewGamePP/archive/refs/tags/v1.4.0.zip", "source": "" },
{ "url": "https://github.com/CCDirectLink/CCdiscord/archive/refs/tags/v1.0.2.zip" },
{ "url": "https://github.com/CCDirectLink/CCTimeWalker/archive/refs/tags/v0.3.1.zip" },
{ "url": "https://github.com/CCDirectLink/CCTimer/archive/refs/tags/v3.0.2.zip" },
{ "url": "https://github.com/CCDirectLink/CCTimer/releases/download/v3.0.3/CCTimer.zip", "source": "" },
{ "url": "https://github.com/CCDirectLink/cc-menu-ui-replacement/archive/refs/tags/v1.0.5.zip" },
{ "url": "https://github.com/CCDirectLink/map-watch/archive/refs/tags/v1.1.1.zip" },
{ "url": "https://github.com/CookieSalesman/CrossCode-HADOUKEN-v1.0/archive/refs/tags/v1.1.0.zip" },
Expand Down
16 changes: 11 additions & 5 deletions npDatabase.json
Original file line number Diff line number Diff line change
Expand Up @@ -7648,7 +7648,7 @@
"timer": {
"metadataCCMod": {
"id": "timer",
"version": "3.0.2",
"version": "3.0.3",
"title": "CCTimer",
"description": "A speedrun timer for CrossCode.",
"repository": "https://github.com/CCDirectLink/CCTimer",
Expand All @@ -7671,16 +7671,22 @@
"installation": [
{
"type": "zip",
"url": "https://github.com/CCDirectLink/CCTimer/archive/refs/tags/v3.0.2.zip",
"source": "CCTimer-3.0.2",
"url": "https://github.com/CCDirectLink/CCTimer/releases/download/v3.0.3/CCTimer.zip",
"source": "",
"hash": {
"sha256": "4ce4598a04a0a9582dcbc57f8c5753d033940f22e86d8c9a216c78dc41ed4b18"
"sha256": "f27286c38b8f283d001d77844b4bea02e27920c9b10ac2b584b8514ee0ba376d"
}
}
],
"stars": 2,
"lastUpdateTimestamp": 1708512378000,
"lastUpdateTimestamp": 1785961088000,
"releasePages": [
{
"body": "* This release makes sure that CCTimer works with the latest version of LiveSplit One. Contributed by @krypciak in #7 ",
"version": "3.0.3",
"timestamp": 1785961088000,
"url": "https://github.com/CCDirectLink/CCTimer/releases/tag/v3.0.3"
},
{
"body": "* Added tags to the mod's description",
"version": "3.0.2",
Expand Down
16 changes: 11 additions & 5 deletions npDatabase.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -7648,7 +7648,7 @@
"timer": {
"metadataCCMod": {
"id": "timer",
"version": "3.0.2",
"version": "3.0.3",
"title": "CCTimer",
"description": "A speedrun timer for CrossCode.",
"repository": "https://github.com/CCDirectLink/CCTimer",
Expand All @@ -7671,16 +7671,22 @@
"installation": [
{
"type": "zip",
"url": "https://github.com/CCDirectLink/CCTimer/archive/refs/tags/v3.0.2.zip",
"source": "CCTimer-3.0.2",
"url": "https://github.com/CCDirectLink/CCTimer/releases/download/v3.0.3/CCTimer.zip",
"source": "",
"hash": {
"sha256": "4ce4598a04a0a9582dcbc57f8c5753d033940f22e86d8c9a216c78dc41ed4b18"
"sha256": "f27286c38b8f283d001d77844b4bea02e27920c9b10ac2b584b8514ee0ba376d"
}
}
],
"stars": 2,
"lastUpdateTimestamp": 1708512378000,
"lastUpdateTimestamp": 1785961088000,
"releasePages": [
{
"body": "* This release makes sure that CCTimer works with the latest version of LiveSplit One. Contributed by @krypciak in #7 ",
"version": "3.0.3",
"timestamp": 1785961088000,
"url": "https://github.com/CCDirectLink/CCTimer/releases/tag/v3.0.3"
},
{
"body": "* Added tags to the mod's description",
"version": "3.0.2",
Expand Down
Loading