Skip to content

Commit

Permalink
Set version to 2.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
niwinz committed Oct 23, 2016
1 parent 2a8c898 commit d96a14b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/content.adoc
@@ -1,6 +1,6 @@
= cuerdas
Andrey Antukh, <niwi@niwi.nz>
1.0.2
2.0.0
:toc: left
:source-highlighter: pygments
:pygments-style: friendly
Expand Down Expand Up @@ -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"]
----


Expand Down
2 changes: 1 addition & 1 deletion 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)"
Expand Down

0 comments on commit d96a14b

Please sign in to comment.