Skip to content

Commit 40cf83b

Browse files
committed
bump up version
1 parent 2257b76 commit 40cf83b

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,4 +1,4 @@
1-
(defproject metosin/compojure-api "0.18.0-SNAPSHOT"
1+
(defproject metosin/compojure-api "0.18.0"
22
:description "Compojure Api"
33
:url "https://github.com/metosin/compojure-api"
44
:license {:name "Eclipse Public License"
@@ -14,7 +14,7 @@
1414
[org.tobereplaced/lettercase "1.0.0"]
1515
[metosin/ring-http-response "0.6.0"]
1616
[metosin/ring-swagger "0.18.1"]
17-
[metosin/ring-middleware-format "0.6.0-SNAPSHOT"]]
17+
[metosin/ring-middleware-format "0.6.0"]]
1818
:profiles {:thingie {:ring {:handler examples.thingie/app
1919
:reload-paths ["src" "examples/src"]}
2020
:source-paths ["examples/src"]

0 commit comments

Comments
 (0)