From 8a9da1989d32e9c92f475262646b49b05009c1f2 Mon Sep 17 00:00:00 2001 From: Julien Blanchard Date: Sun, 15 May 2016 15:27:57 +0200 Subject: [PATCH] Bump to v0.5.4 --- README.md | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9e1d45d..29f29d4 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.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). diff --git a/project.clj b/project.clj index 8ecaa2d..835c2cd 100644 --- a/project.clj +++ b/project.clj @@ -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"