Skip to content

Commit

Permalink
Bump version (minor)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Oct 30, 2012
1 parent 994f279 commit 2d59eb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,7 +1,7 @@
Current [semantic](http://semver.org/) version:

```clojure
[com.taoensso/carmine "0.11.2"]
[com.taoensso/carmine "0.11.3"]
```

**Breaking changes** since _0.10.x_:
Expand Down Expand Up @@ -47,7 +47,7 @@ lein all test
Depend on Carmine in your `project.clj`:

```clojure
[com.taoensso/carmine "0.11.2"]
[com.taoensso/carmine "0.11.3"]
```

and `require` the library:
Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject com.taoensso/carmine "0.11.2"
(defproject com.taoensso/carmine "0.11.3"
:description "Simple, high-performance Redis (2.0+) client for Clojure."
:url "https://github.com/ptaoussanis/carmine"
:license {:name "Eclipse Public License"}
Expand Down

0 comments on commit 2d59eb4

Please sign in to comment.