Skip to content

Commit ede30f1

Browse files
committed
1.0.0-SNAPSHOT
1 parent 75fe5bd commit ede30f1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.0.0-RC1 (1.2.2016)
1+
## 1.0.0-SNAPSHOT (1.2.2016)
22

33
* Move from compile-time to runtime route resolution.
44
* Most of the internal macro magic has been vaporized

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Stuff on top of [Compojure](https://github.com/weavejester/compojure) for making
1414

1515
[![Clojars Project](http://clojars.org/metosin/compojure-api/latest-version.svg)](http://clojars.org/metosin/compojure-api)
1616

17-
**NOTE** All codes in `master` are already against the upcoming `1.0.0`. README and wiki are for the latest stabile version.
17+
**NOTE** All codes in `master` are already against the upcoming `1.0.0`. Wiki is for the latest stabile version.
1818

1919
## For information and help
2020

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject metosin/compojure-api "1.0.0-RC1"
1+
(defproject metosin/compojure-api "1.0.0-SNAPSHOT"
22
:description "Compojure Api"
33
:url "https://github.com/metosin/compojure-api"
44
:license {:name "Eclipse Public License"

0 commit comments

Comments
 (0)