Skip to content

Commit

Permalink
Merge pull request #47 from Gikkman/0.7.1
Browse files Browse the repository at this point in the history
0.7.1
  • Loading branch information
Gikkman authored Feb 9, 2022
2 parents 4cbee6c + 6ff76ad commit 0362098
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Include the following in your pom.xml
Or simply download the latest version of the library jar from the release page.

## Changes
### 0.7.0
### 0.7.1
Mostly fixes of git issues, but since I need to change a method signature, it requires a version update. You might need
to update some code to use this version. Sorry!
* `Userstate.getEmoteSets()` now returns a `String[]`. Used to be a `int[]`, but Twitch changed their definition for this
Expand All @@ -42,6 +42,8 @@ field. Fixes #42
behaviour anymore.
* Deprecated `Twirk.getModsOnline()`. Twitch has removed /namelist on connect from the IRC interface, so I can't
support this behaviour anymore.

*(0.7.0 was redacted because I forgot to update the version in my pom file. Bummer)*

### 0.6.3
Some pretty big changes behind the scenes, but they should be fully backwards compatible. Below is a list of changes:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.gikk</groupId>
<artifactId>twirc</artifactId>
<version>0.6.3</version>
<version>0.7.1</version>
<packaging>jar</packaging>

<name>twirc</name>
Expand Down

0 comments on commit 0362098

Please sign in to comment.