Skip to content

Commit 103c0df

Browse files
committed
Bump to 0.6.2
1 parent 373eba6 commit 103c0df

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ clj-slack documentation is available [here](http://julienblanchard.com/clj-slack
1212

1313
## Usage
1414

15-
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.
15+
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.
1616

1717
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**.
1818

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject org.julienxx/clj-slack "0.6.1"
1+
(defproject org.julienxx/clj-slack "0.6.2"
22
:description "Slack REST API wrapper"
33
:url "http://github.com/julienXX/clj-slack"
44
:license {:name "Eclipse Public License"

0 commit comments

Comments
 (0)