Skip to content

Commit

Permalink
Bump to v0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
julienXX committed May 15, 2016
1 parent 30f1bff commit 8a9da19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ clj-slack documentation is available [here](http://julienblanchard.com/clj-slack

## Usage

This is on [Clojars](https://clojars.org/org.julienxx/clj-slack) of course. Just add ```[org.julienxx/clj-slack "0.5.3"]``` to your ```:dependencies``` in your project.clj file.
This is on [Clojars](https://clojars.org/org.julienxx/clj-slack) of course. Just add ```[org.julienxx/clj-slack "0.5.4"]``` to your ```:dependencies``` in your project.clj file.

Get your access token [here](https://api.slack.com/web).

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject org.julienxx/clj-slack "0.5.3"
(defproject org.julienxx/clj-slack "0.5.4"
:description "Slack REST API wrapper"
:url "http://github.com/julienXX/clj-slack"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit 8a9da19

Please sign in to comment.