Skip to content

Commit

Permalink
v1.2.1.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
allbegray committed May 31, 2016
1 parent 902c510 commit a22c8ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,16 @@ Step 2. Add the dependency in the form
<dependency>
<groupId>com.github.allbegray</groupId>
<artifactId>slack-api</artifactId>
<version>v1.2.0.RELEASE</version>
<version>v1.2.1.RELEASE</version>
</dependency>
```

## Change Logs

### v1.2.1.RELEASE

fix - Getting Usergroup List fails to execute #17

### v1.2.0.RELEASE

[add method "reminders"](https://api.slack.com/methods#reminders) - thanks for [timbuethe](https://github.com/timbuethe)
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 @@
<modelVersion>4.0.0</modelVersion>
<groupId>allbegray</groupId>
<artifactId>slack-api</artifactId>
<version>1.2.0-RELEASE</version>
<version>1.2.1-RELEASE</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit a22c8ba

Please sign in to comment.