Skip to content

Commit

Permalink
Version 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
soasme committed Sep 21, 2014
1 parent 06416cb commit a2939a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ To include beanstalk-clj in your project, simply add the
following to your `project.clj` dependencies:

```clojure
[beanstalk-clj "0.1.2"]
[beanstalk-clj "0.1.3"]
```
## State

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 beanstalk-clj "0.1.2"
(defproject beanstalk-clj "0.1.3"
:description "A simple beanstalkd client library for Clojure."
:url "http://github.com/soasme/beanstalk-clj"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit a2939a5

Please sign in to comment.