File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ web applications.
99
1010To 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
Original file line number Diff line number Diff line change 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" ]]}
You can’t perform that action at this time.
0 commit comments