Skip to content

Commit 7b001bd

Browse files
committed
Released 1.0.0
1 parent a8a6a66 commit 7b001bd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ web applications.
99

1010
To install, add the following to your project `:dependencies`:
1111

12-
[ring/ring-codec "0.1.0-SNAPSHOT"]
12+
[ring/ring-codec "1.0.0"]
1313

1414
## Documentation
1515

project.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
(defproject ring/ring-codec "0.1.0-SNAPSHOT"
1+
(defproject ring/ring-codec "1.0.0"
22
:description "Library for encoding and decoding data"
33
:url "https://github.com/ring-clojure/ring-codec"
44
:license {:name "The MIT License"
55
:url "http://opensource.org/licenses/MIT"}
66
:dependencies [[org.clojure/clojure "1.3.0"]
77
[commons-codec "1.6"]]
88
:plugins [[codox "0.6.4"]]
9-
:codox {:src-dir-uri "http://github.com/ring-clojure/ring-codec/blob/master"
9+
:codox {:src-dir-uri "http://github.com/ring-clojure/ring-codec/blob/1.0.0"
1010
:src-linenum-anchor-prefix "L"}
1111
:profiles
1212
{:1.4 {:dependencies [[org.clojure/clojure "1.4.0"]]}

0 commit comments

Comments
 (0)