From 103c0dfa338b42ad35a3192582588a02557f183a Mon Sep 17 00:00:00 2001 From: Julien Blanchard Date: Mon, 19 Nov 2018 19:44:15 +0100 Subject: [PATCH] Bump to 0.6.2 --- README.md | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"