Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jlubars committed May 20, 2020
1 parent b8e384d commit aa8beba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Changelog ##

#### v1.0.1 ####
* Fixed crash when closing the boss chest
* Fixed a bug causing the cancel command to do nothing once in a shop when the external program was launched from the mods menu

#### v1.0.0 ####
* Added key command
* Added click command
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@

<groupId>autoplay</groupId>
<artifactId>CommunicationMod</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<packaging>jar</packaging>
<name>Communication Mod</name>
<description>Used to help external programs communicate with Slay the Spire</description>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<SlayTheSpire.version>01-14-2020</SlayTheSpire.version>
<SlayTheSpire.version>01-27-2020</SlayTheSpire.version>
<ModTheSpire.version>3.15.0</ModTheSpire.version>
<BaseMod.version>5.17.0</BaseMod.version>
</properties>
Expand Down

0 comments on commit aa8beba

Please sign in to comment.