diff --git a/doc/content.adoc b/doc/content.adoc index 31b5e48..19d119b 100644 --- a/doc/content.adoc +++ b/doc/content.adoc @@ -1,6 +1,6 @@ = cuerdas Andrey Antukh, -1.0.2 +2.0.0 :toc: left :source-highlighter: pygments :pygments-style: friendly @@ -35,7 +35,7 @@ Add the following dependency to your project.clj file: [source,clojure] ---- -[funcool/cuerdas "1.0.2"] +[funcool/cuerdas "2.0.0"] ---- diff --git a/project.clj b/project.clj index 5eeb460..93a5990 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject funcool/cuerdas "2.0.0-SNAPSHOT" +(defproject funcool/cuerdas "2.0.0" :description "The missing string manipulation library for clojure" :url "https://github.com/funcool/cuerdas" :license {:name "BSD (2-Clause)"