From: Joel Holdbrooks Date: Sat, 22 Mar 2014 18:49:38 +0000 (-0700) Subject: Version bump to 0.1.6 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=483592023114b8fc5ed312df91c17fda872a277e;p=frak.git Version bump to 0.1.6 --- diff --git a/README.md b/README.md index ce8cf21..aa8d770 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ as a JavaScript library. Add frak as a dependency to your `project.clj` file. ```clojure -[frak "0.1.5"] +[frak "0.1.6"] ``` ## Clojure(Script) usage diff --git a/project.clj b/project.clj index 6bf99e7..1636797 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject frak "0.1.6-SNAPSHOT" +(defproject frak "0.1.6" :description "Transform collections of strings into regular expressions." :url "http://github.com/noprompt/frak" :license {:name "Eclipse Public License"