Skip to content

Commit 0362098

Browse files
authored
Merge pull request #47 from Gikkman/0.7.1
0.7.1
2 parents 4cbee6c + 6ff76ad commit 0362098

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Include the following in your pom.xml
2929
Or simply download the latest version of the library jar from the release page.
3030

3131
## Changes
32-
### 0.7.0
32+
### 0.7.1
3333
Mostly fixes of git issues, but since I need to change a method signature, it requires a version update. You might need
3434
to 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
4242
behaviour 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
4749
Some pretty big changes behind the scenes, but they should be fully backwards compatible. Below is a list of changes:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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>

0 commit comments

Comments
 (0)