Skip to content

Commit f8f5c37

Browse files
committed
Set version to 1.0.0.
1 parent 2a5d03c commit f8f5c37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
(defproject buddy/buddy-hashers "0.14.0"
1+
(defproject buddy/buddy-hashers "1.0.0"
22
:description "A collection of secure password hashers for Clojure"
33
:url "https://github.com/funcool/buddy-hashers"
44
:license {:name "Apache 2.0"
55
:url "http://www.apache.org/licenses/LICENSE-2.0"}
66
:dependencies [[org.clojure/clojure "1.8.0" :scope "provided"]
7-
[buddy/buddy-core "0.12.1"]
7+
[buddy/buddy-core "1.0.0"]
88
[clojurewerkz/scrypt "1.2.0"]]
99
:source-paths ["src/clojure"]
1010
:java-source-paths ["src/java"]

0 commit comments

Comments
 (0)