Skip to content

Commit

Permalink
Bump up to 1.0.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
ikitommi committed Feb 2, 2016
1 parent dda980e commit 61b418f
Show file tree
Hide file tree
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 @@
## 1.0.0-SNAPSHOT (1.2.2016)
## 1.0.0-RC1 (2.2.2016)

* Move from compile-time to runtime route resolution.
* Most of the internal macro magic has been vaporized
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject metosin/compojure-api "1.0.0-SNAPSHOT"
(defproject metosin/compojure-api "1.0.0-RC1"
:description "Compojure Api"
:url "https://github.com/metosin/compojure-api"
:license {:name "Eclipse Public License"
Expand Down
2 changes: 1 addition & 1 deletion src/compojure/api/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
Equivalent to: `(let [...] (routes ...))`"
[bindings & body]
{:style/indent 2}
{:style/indent 1}
`(let ~bindings (routes ~@body)))

(defn undocumented
Expand Down

0 comments on commit 61b418f

Please sign in to comment.