Skip to content

Commit

Permalink
Bump to 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
julienXX committed Nov 19, 2018
1 parent 373eba6 commit 103c0df
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.6.1"]``` 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.6.2"]``` to your ```:dependencies``` in your project.clj file.

Get your access token by creating a new app or [here](https://api.slack.com/custom-integrations/legacy-tokens). If you create a new Slack app, **don't forget to add the relevant scopes to your app**.

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.6.1"
(defproject org.julienxx/clj-slack "0.6.2"
:description "Slack REST API wrapper"
:url "http://github.com/julienXX/clj-slack"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit 103c0df

Please sign in to comment.