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 26, 2012
1 parent fd5267f commit efccebf
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/tower "0.12.2"]
[com.taoensso/tower "0.12.3"]
```

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

```clojure
[com.taoensso/tower "0.12.2"]
[com.taoensso/tower "0.12.3"]
```

and `require` the library:
Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject com.taoensso/tower "0.12.2"
(defproject com.taoensso/tower "0.12.3"
:description "Simple internationalization and localization library for Clojure."
:url "https://github.com/ptaoussanis/tower"
:license {:name "Eclipse Public License"}
Expand Down

0 comments on commit efccebf

Please sign in to comment.