Skip to content

Commit 40ef133

Browse files
Version 0.6.0
1 parent df1bdf3 commit 40ef133

2 files changed

Lines changed: 5 additions & 1 deletion

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+
#### v0.6.0 ####
4+
* Added "act_boss" to the game state, indicating the first boss to be fought in the current Act
5+
* Made Communication Mod compatible with Slay the Spire v1.1
6+
37
#### v0.5.0 ####
48
* Added "any_number" to the grid select screen state, indicating whether any number of cards can be selected
59
* Fixed "choose boss" rarely failing to select the boss node

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

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

0 commit comments

Comments
 (0)