File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Include the following in your pom.xml
2929Or simply download the latest version of the library jar from the release page.
3030
3131## Changes
32- ### 0.7.0
32+ ### 0.7.1
3333Mostly fixes of git issues, but since I need to change a method signature, it requires a version update. You might need
3434to update some code to use this version. Sorry!
3535* ` Userstate.getEmoteSets() ` now returns a ` String[] ` . Used to be a ` int[] ` , but Twitch changed their definition for this
@@ -42,6 +42,8 @@ field. Fixes #42
4242behaviour anymore.
4343* Deprecated ` Twirk.getModsOnline() ` . Twitch has removed /namelist on connect from the IRC interface, so I can't
4444 support this behaviour anymore.
45+
46+ * (0.7.0 was redacted because I forgot to update the version in my pom file. Bummer)*
4547
4648### 0.6.3
4749Some pretty big changes behind the scenes, but they should be fully backwards compatible. Below is a list of changes:
Original file line number Diff line number Diff line change 44
55 <groupId >com.gikk</groupId >
66 <artifactId >twirc</artifactId >
7- <version >0.6.3 </version >
7+ <version >0.7.1 </version >
88 <packaging >jar</packaging >
99
1010 <name >twirc</name >
You can’t perform that action at this time.
0 commit comments