1
0

Auto-update mod versions (2025-07-13 03:39:01)

Updated mods:
- TurtlesChallenges: release → 1.1.0 (VersionSource.LATEST_TAG)
- Tangents: 1.0.0 → f9c6c9b (VersionSource.HEAD)
This commit is contained in:
Version Update Bot
2025-07-13 03:39:01 +00:00
parent bf87252f8a
commit af838fe45b
2 changed files with 20 additions and 14 deletions

View File

@@ -2,11 +2,13 @@
"title": "TurtlesChallenges", "title": "TurtlesChallenges",
"requires-steamodded": true, "requires-steamodded": true,
"requires-talisman": false, "requires-talisman": false,
"categories": ["Content"], "categories": [
"Content"
],
"author": "LazyTurtle33", "author": "LazyTurtle33",
"repo": "https://github.com/TheLazyTurtle33/TurtlesChallenges", "repo": "https://github.com/TheLazyTurtle33/TurtlesChallenges",
"downloadURL": "https://github.com/TheLazyTurtle33/TurtlesChallenges/releases/latest/download/TurtlesChallenges.zip", "downloadURL": "https://github.com/TheLazyTurtle33/TurtlesChallenges/releases/latest/download/TurtlesChallenges.zip",
"folderName": "TurtlesChallenges", "folderName": "TurtlesChallenges",
"version": "release", "version": "1.1.0",
"automatic-version-check": true "automatic-version-check": true
} }

View File

@@ -1,12 +1,16 @@
{ {
"title": "Tangents", "title": "Tangents",
"requires-steamodded": true, "requires-steamodded": true,
"requires-talisman": false, "requires-talisman": false,
"categories": ["Joker", "Content", "Miscellaneous"], "categories": [
"author": "Nxkoo", "Joker",
"repo": "https://github.com/Clickseee/Tangents", "Content",
"downloadURL": "https://github.com/Clickseee/Tangents/archive/refs/heads/main.zip", "Miscellaneous"
"folderName": "Tangents", ],
"version": "1.0.0", "author": "Nxkoo",
"automatic-version-check": true "repo": "https://github.com/Clickseee/Tangents",
} "downloadURL": "https://github.com/Clickseee/Tangents/archive/refs/heads/main.zip",
"folderName": "Tangents",
"version": "f9c6c9b",
"automatic-version-check": true
}