Skip to content

Commit

Permalink
Prepping thing up for v0.17.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Clauvin committed Jan 14, 2020
1 parent 56506a7 commit ffe177b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion WW_Relics/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>qcfpunch</groupId>
<artifactId>QuarterCircleForwardPUNCH</artifactId>
<name>QuarterCircleForwardPUNCH!</name>
<version>0.17.2-UnstableGithub</version>
<version>0.17.9-UnstableGithub</version>
<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
Expand Down
2 changes: 1 addition & 1 deletion WW_Relics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!-- Change These to match your mod -->
<groupId>qcfpunch</groupId>
<artifactId>QuarterCircleForwardPUNCH</artifactId>
<version>0.17.2-UnstableGithub</version>
<version>0.17.9-UnstableGithub</version>
<packaging>jar</packaging>
<name>QuarterCircleForwardPUNCH!</name>
<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),
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.17.2-UnstableGithub",
"version": "0.17.9-UnstableGithub",
"sts_version": "07-17-2019",
"mts_version": "3.11.0",
"author_list": ["Levender"],
Expand Down
2 changes: 1 addition & 1 deletion WW_Relics/src/qcfpunch/QCFP_Misc.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public static String returnPrefix() {
}

public static String returnDescription() {
return "v0.17.2-UnstableGithub" +
return "v0.17.9-UnstableGithub" +
"\r\n"
+ "\r\n Adds thirty-two relics (two need The Artist mod, one is Custom Mode only for now)"
+ "\r\n"
Expand Down
2 changes: 1 addition & 1 deletion WW_Relics/target/maven-archiver/pom.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Created by Apache Maven 3.6.0
version=0.17.2-UnstableGithub
version=0.17.9-UnstableGithub
groupId=qcfpunch
artifactId=QuarterCircleForwardPUNCH

0 comments on commit ffe177b

Please sign in to comment.