Skip to content

Commit 4b8fb46

Browse files
committed
Fixed branch descriptions.
1 parent c68c417 commit 4b8fb46

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

OpenSR/scripts/definitions/CP_version.as

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace CommunityPatch {
1010
"5095",
1111
};
1212
const string MOD_NAME = "OpenSR Modpack v1.1.0";
13-
const string MOD_REVISION = "171";
13+
const string MOD_REVISION = "172";
1414
const string MOD_VERSION = MOD_NAME + " (revision " + MOD_REVISION + ") for Star Ruler 2 " + VERSIONS[0] + " (revision " + REVISIONS[0]
1515
+ ", currently using " + GAME_VERSION + " " + SCRIPT_VERSION + ")";
1616

branch-descriptions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"develop": "This is the main development branch for the OpenSR Modpack. If you're reading this description, and you're not specifically planning on testing the new NP version, you probably want the \"master\" branch.",
3-
"master": "This is the Workshop-tracking branch of the OpenSR Modpack. If it's on the Workshop, it's here - and vice versa."
2+
"master": "This is the main development branch for the OpenSR Modpack. If you're reading this description, and you're not specifically planning on testing the new MP version, you probably want the \"WorkshopBuild\" branch.",
3+
"WorkshopBuild": "This is the Workshop-tracking branch of the OpenSR Modpack. If it's on the Workshop, it's here - and vice versa."
44
}

0 commit comments

Comments
 (0)