diff --git a/README.md b/README.md index 57a6968..d7eff88 100644 --- a/README.md +++ b/README.md @@ -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**. diff --git a/project.clj b/project.clj index fb6bdcf..9cbc366 100644 --- a/project.clj +++ b/project.clj @@ -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"