Skip to content

Commit

Permalink
v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ForgottenArbiter committed Jan 16, 2022
1 parent c9f7280 commit 70ca84b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## Changelog ##

#### v1.2.1 ####
* Fix an issue where the external process was not sent state

#### v1.2.0 ####
* Shade in gson in a way that avoids mod conflicts
* Add java hooks for using Communication Mod as a mod dependency
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>autoplay</groupId>
<artifactId>CommunicationMod</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
<packaging>jar</packaging>
<name>Communication Mod</name>
<description>Used to help external programs communicate with Slay the Spire</description>
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/communicationmod/CommunicationMod.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
import java.util.concurrent.LinkedBlockingQueue;
import java.util.concurrent.TimeUnit;

import static java.lang.Thread.sleep;

@SpireInitializer
public class CommunicationMod implements PostInitializeSubscriber, PostUpdateSubscriber, PostDungeonUpdateSubscriber, PreUpdateSubscriber, OnStateChangeSubscriber {

Expand Down

0 comments on commit 70ca84b

Please sign in to comment.