Skip to content

Commit aa8beba

Browse files
committed
v1.0.1
1 parent b8e384d commit aa8beba

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Changelog ##
22

3+
#### v1.0.1 ####
4+
* Fixed crash when closing the boss chest
5+
* Fixed a bug causing the cancel command to do nothing once in a shop when the external program was launched from the mods menu
6+
37
#### v1.0.0 ####
48
* Added key command
59
* Added click command

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55

66
<groupId>autoplay</groupId>
77
<artifactId>CommunicationMod</artifactId>
8-
<version>1.0.0</version>
8+
<version>1.0.1</version>
99
<packaging>jar</packaging>
1010
<name>Communication Mod</name>
1111
<description>Used to help external programs communicate with Slay the Spire</description>
1212

1313
<properties>
1414
<maven.compiler.source>1.8</maven.compiler.source>
1515
<maven.compiler.target>1.8</maven.compiler.target>
16-
<SlayTheSpire.version>01-14-2020</SlayTheSpire.version>
16+
<SlayTheSpire.version>01-27-2020</SlayTheSpire.version>
1717
<ModTheSpire.version>3.15.0</ModTheSpire.version>
1818
<BaseMod.version>5.17.0</BaseMod.version>
1919
</properties>

0 commit comments

Comments
 (0)