Skip to content

Commit

Permalink
bump up version
Browse files Browse the repository at this point in the history
  • Loading branch information
ikitommi committed Mar 2, 2015
1 parent 2257b76 commit 40cf83b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject metosin/compojure-api "0.18.0-SNAPSHOT"
(defproject metosin/compojure-api "0.18.0"
:description "Compojure Api"
:url "https://github.com/metosin/compojure-api"
:license {:name "Eclipse Public License"
Expand All @@ -14,7 +14,7 @@
[org.tobereplaced/lettercase "1.0.0"]
[metosin/ring-http-response "0.6.0"]
[metosin/ring-swagger "0.18.1"]
[metosin/ring-middleware-format "0.6.0-SNAPSHOT"]]
[metosin/ring-middleware-format "0.6.0"]]
:profiles {:thingie {:ring {:handler examples.thingie/app
:reload-paths ["src" "examples/src"]}
:source-paths ["examples/src"]
Expand Down

0 comments on commit 40cf83b

Please sign in to comment.