diff options
author | Carlo Zancanaro <carlo@zancanaro.id.au> | 2014-02-15 00:39:31 +1100 |
---|---|---|
committer | Carlo Zancanaro <carlo@zancanaro.id.au> | 2014-02-15 00:39:31 +1100 |
commit | c34ee1b61c4990c9fcc4c42858212bd7109b6422 (patch) | |
tree | dc4eb021fd2b8f40171a9ea9c4efe9dc28e23523 | |
parent | f457270f42a1a52add632549ec1e7d3f3473bed6 (diff) |
Bump version to 0.1.2-SNAPSHOT
-rw-r--r-- | project.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project.clj b/project.clj index 1f3fedf..427a36c 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.clojars.czan/abra "0.1.1-SNAPSHOT" +(defproject org.clojars.czan/abra "0.1.2-SNAPSHOT" :description "A small library for reverse-routing in compojure applications." :url "http://bitbucket.org/czan/abra" :license {:name "Eclipse Public License" |