Skip to content

Commit

Permalink
prepare for 0.20.4
Browse files Browse the repository at this point in the history
ikitommi committed May 24, 2015
1 parent 5b0a248 commit e06e189
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
##
## 0.20.4

- updated dependencies:

2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject metosin/ring-swagger "0.20.3"
(defproject metosin/ring-swagger "0.20.4-SNAPSHOT"
:description "Swagger Spec for Ring Apps"
:url "https://github.com/metosin/ring-swagger"
:license {:name "Eclipse Public License"
2 changes: 1 addition & 1 deletion src/ring/swagger/swagger2.clj
Original file line number Diff line number Diff line change
@@ -164,7 +164,7 @@
route))

;;
;; Named top level schemas in body parameters and responses
;; Transforming the spec
;;

(defn transform-paths

0 comments on commit e06e189

Please sign in to comment.