Skip to content

Commit

Permalink
Bump to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
julienXX committed Feb 21, 2015
1 parent 2c0d063 commit 22316e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,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 ```[clj-slack "0.4.1"]``` to your ```:dependencies``` in your project.clj file.
This is on [Clojars](https://clojars.org/org.julienxx/clj-slack) of course. Just add ```[clj-slack "0.4.2"]``` to your ```:dependencies``` in your project.clj file.

Get your access token [here](https://api.slack.com/web).

Expand All @@ -33,8 +33,7 @@ You can use optional params described in [Slack API](https://api.slack.com/metho
```

## To Do
- [ ] Add tests
- [ ] File upload
- Add tests

## License

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

0 comments on commit 22316e6

Please sign in to comment.