Skip to content

Commit

Permalink
Set version to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
niwinz committed Sep 19, 2015
1 parent 3e894ea commit e23c9e1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog #

## Version 0.7.1 ##

Date: 2015-09-19

- Upgrade buddy-sign to 0.7.0


## Version 0.7.0 ##

Date: 2015-09-19
Expand Down
4 changes: 2 additions & 2 deletions doc/content.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Catacumba - Web toolkit for Clojure.
Andrey Antukh, <niwi@niwi.nz>
v0.7.0
v0.7.1
:toc: left
:!numbered:
:idseparator: -
Expand Down Expand Up @@ -66,7 +66,7 @@ dependency vector on your *_project.clj_* file:

[source,clojure]
----
[funcool/catacumba "0.7.0"]
[funcool/catacumba "0.7.1"]
[org.slf4j/slf4j-simple "1.7.12"] ;; (optional, only for show ratpack info messages)
----

Expand Down
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject funcool/catacumba "0.7.0"
(defproject funcool/catacumba "0.7.1"
:description "Asynchronous Web Toolkit for Clojure."
:url "http://github.com/funcool/catacumba"
:license {:name "BSD (2-Clause)"
Expand All @@ -23,7 +23,7 @@
[slingshot "0.12.2"]
[com.stuartsierra/component "0.2.3"]
[commons-io/commons-io "2.4"]
[buddy/buddy-sign "0.6.1"]
[buddy/buddy-sign "0.7.0"]
[funcool/cuerdas "0.6.0"]
[funcool/promissum "0.3.1"]
[funcool/cats "1.0.0"]
Expand Down

0 comments on commit e23c9e1

Please sign in to comment.