Skip to content

Commit

Permalink
Version numbering.
Browse files Browse the repository at this point in the history
  • Loading branch information
MustaphaTR committed Dec 30, 2024
1 parent 8d63b39 commit ef5ab3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mods/sp/mod.yaml
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata:
Title: mod-title
Version: {DEV_VERSION}
Version: playtest-20241230
Website: http://www.moddb.com/mods/shattered-paradise
WebIcon32: https://raw.githubusercontent.com/ABrandau/Shattered-Paradise-SDK/bleed/packaging/artwork/icon_32x32.png
WindowTitle: mod-windowtitle
Expand Down Expand Up @@ -134,7 +134,7 @@ FileSystem: ContentInstallerFileSystem

MapFolders:
sp|maps: System
~^SupportDir|maps/sp/{DEV_VERSION}: User
~^SupportDir|maps/sp/playtest-20241230: User

Rules:
sp|rules/environment/world.yaml
Expand Down
2 changes: 1 addition & 1 deletion mods/sp/server.json
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"mod": "sp",
"modversion": "{DEV_VERSION}",
"modversion": "playtest-20241230",
"map": "3f9783afe59d77c6302bbd90eb27332fc535c536",
"allowspectators": true,
"modtitle": "Shattered Paradise",
Expand Down

0 comments on commit ef5ab3a

Please sign in to comment.