We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d1b04b commit 0301238Copy full SHA for 0301238
CHANGELOG.md
@@ -1,5 +1,7 @@
1
## Changelog ##
2
#### dev ####
3
+
4
+#### v3.1.0 ####
5
* Option dependencies field in ModInfo
6
* Will be loaded before your mod, but aren't required
7
* Use SemVer library for version numbers
pom.xml
@@ -3,7 +3,7 @@
<groupId>com.evacipated.cardcrawl</groupId>
<artifactId>ModTheSpire</artifactId>
- <version>3.0.0</version>
+ <version>3.1.0</version>
<packaging>jar</packaging>
8
9
<name>ModTheSpire</name>
0 commit comments