Skip to content

Commit

Permalink
Set version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
niwinz committed Sep 19, 2015
1 parent 69a989d commit 948b9de
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGES.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

== Version 0.7.0

Date: Unreleased
Date: 2015-09-19

- Update cats to 1.0.0
- Update clj-time to 0.11.0
Expand Down
6 changes: 3 additions & 3 deletions doc/content.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= buddy-sign - High level message signing.
Andrey Antukh, <niwi@niwi.be>
0.6.1
0.7.0
:toc: left
:!numbered:
:source-highlighter: pygments
Expand Down Expand Up @@ -57,7 +57,7 @@ vector on your *_project.clj_* file:

[source,clojure]
----
[buddy/buddy-sign "0.6.1"]
[buddy/buddy-sign "0.7.0"]
----


Expand All @@ -67,7 +67,7 @@ If you are using gradle, this is a dependency line for gradle dsl:

[source,groovy]
----
compile "buddy:buddy-sign:0.6.1"
compile "buddy:buddy-sign:0.7.0"
----


Expand Down
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
(defproject buddy/buddy-sign "0.7.0-SNAPSHOT"
(defproject buddy/buddy-sign "0.7.0"
:description "High level message signing for Clojure"
:url "https://github.com/funcool/buddy-sign"
:license {:name "Apache 2.0"
:url "http://www.apache.org/licenses/LICENSE-2.0"}
:dependencies [[org.clojure/clojure "1.7.0" :scope "provided"]
[buddy/buddy-core "0.7.0-SNAPSHOT"]
[buddy/buddy-core "0.7.0"]
[com.taoensso/nippy "2.9.1"]
[funcool/cats "1.0.0"]
[clj-time "0.11.0"]
Expand Down

0 comments on commit 948b9de

Please sign in to comment.