Skip to content

Commit

Permalink
(#661) Updated the mod versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Clauvin committed Dec 29, 2019
1 parent 5c57159 commit 4a902c4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions WW_Relics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<!-- Change These to match your mod -->
<groupId>qcfpunch</groupId>
<artifactId>QuarterCircleForwardPUNCH</artifactId>
<version>0.16.34-UnstableGithub</version>
<version>0.17.0-UnstableGithub</version>
<packaging>jar</packaging>
<name>QuarterCircleForwardPUNCH!</name>
<description>Adds thirty\r\n Adds thirty-two relics (two need The Artist mod, one is Custom Mode only for now) based mostly in SF2's main characters (also other fighting games),
<description>Adds thirty-two relics (two need The Artist mod, one is Custom Mode only for now) based mostly in SF2's main characters (also other fighting games),
\r\n twelve game modifiers, one event and one potion, most of them in English and simplified Chinese.
\r\n
\r\n v1.0 will have 34+ relics.
Expand Down
2 changes: 1 addition & 1 deletion WW_Relics/src/ModTheSpire.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"modid": "qcfpunch",
"name": "Quarter Circle Forward PUNCH!",
"description": "A Slay The Spire mod, inspired mostly by SF2's main characters (also other fighting games). \r\n \r\nCurrently it adds 32 relics (two need The Artist Mod, one is Custom Mode only), 12 custom game modifiers, 1 event and 1 potion, all in English and simplified Chinese. \r\n \r\nv1.0 will have 34+ relics. \r\n \r\nMost of the images in this mod are temporary and will be substituted/improved on v1.0.",
"version": "0.16.34-UnstableGithub",
"version": "0.17.0-UnstableGithub",
"sts_version": "07-17-2019",
"mts_version": "3.11.0",
"author_list": ["Levender"],
Expand Down
4 changes: 2 additions & 2 deletions WW_Relics/src/qcfpunch/QCFP_Misc.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ public static String returnPrefix() {
}

public static String returnDescription() {
return "v0.16.34-UnstableGithub" +
return "v0.17.0-UnstableGithub" +
"\r\n"
+ "\r\n Adds thirty-two relics (two need The Artist mod, one is Custom Mode only for now)"
+ "\r\n"
+ "based mostly in SF2's main characters (also other fighting games), twelve game modifiers, one event and one potion, all in English and simplified Chinese."
+ "\r\n"
+ "\r\n v1.0 will have 34+ relics."
+ "\r\n v1.0 will have more relics."
+ "\r\n"
+ "\r\n Most of the images in the mod are temporary and will be substituted/improved on v1.0.";
}
Expand Down

0 comments on commit 4a902c4

Please sign in to comment.