Skip to content

Commit

Permalink
Version++
Browse files Browse the repository at this point in the history
  • Loading branch information
twanvl committed Oct 22, 2018
1 parent 5f839b5 commit 7ceed94
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### v0.3.0
* Prefix all cards, relics, powers and potions with ModID
* High resolution power images
* High resolution relic and power images

### v0.2.5
* Update for week 46 / BaseMod 5.0.0
Expand Down
6 changes: 3 additions & 3 deletions 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.2.5</version>
<version>0.3.0</version>

<name>MadScienceMod</name>
<description>Adds a new character, The Mad Scientist</description>
Expand All @@ -23,14 +23,14 @@
<dependency>
<groupId>basemod</groupId>
<artifactId>BaseMod</artifactId>
<version>1.6.5</version>
<version>5.0.0</version>
<scope>system</scope>
<systemPath>${basedir}/../_ModTheSpire/mods/BaseMod.jar</systemPath>
</dependency>
<dependency>
<groupId>modthespire</groupId>
<artifactId>ModTheSpire</artifactId>
<version>2.4.0</version>
<version>3.0.0</version>
<scope>system</scope>
<systemPath>${basedir}/../_ModTheSpire/ModTheSpire.jar</systemPath>
</dependency>
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": "Mad Scientist",
"author_list": ["twanvl"],
"description": "Adds a new character, the Mad Scientist",
"version": "0.2.5",
"version": "0.3.0",
"sts_version": "10-18-2018",
"mts_version": "3.0.0",
"dependencies": ["basemod"],
Expand Down

0 comments on commit 7ceed94

Please sign in to comment.