Skip to content

Commit

Permalink
Version 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
twanvl committed Jun 4, 2018
1 parent 1a2c78a commit f5b965a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>madsciencemod</groupId>
<artifactId>MadScienceMod</artifactId>
<version>0.1.2</version>
<version>0.1.3</version>

<name>MadScienceMod</name>
<description>Adds a new character, The Mad Scientist</description>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/madsciencemod/MadScienceMod.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public class MadScienceMod implements
PostBattleSubscriber {
public static final String MODNAME = "MadScienceMod";
public static final String AUTHOR = "twanvl";
public static final String DESCRIPTION = "v0.1.2\nAdds a new character: the Mad Scientist.";
public static final String DESCRIPTION = "v0.1.3\nAdds a new character: the Mad Scientist.";

// card trail effect
//private static final Color BRONZE = new Color(0.1f, 0.1f, 0.7f, 1.0f);
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/ModTheSpire.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "MadScienceMod",
"author_list": ["twanvl"],
"description": "Adds a new character, the Mad Scientist",
"version": "0.1.2",
"version": "0.1.3",
"sts_version": "05-12-2018v2",
"mts_version": "2.6.0",
"update_json": "https://api.github.com/repos/twanvl/sts-mad-science-mod/releases/latest"
Expand Down

0 comments on commit f5b965a

Please sign in to comment.