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.
9
9
10
10
To install, add the following to your project ` :dependencies ` :
11
11
12
- [ring/ring-codec "0. 1.0-SNAPSHOT "]
12
+ [ring/ring-codec "1.0.0 "]
13
13
14
14
## Documentation
15
15
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 "
2
2
:description " Library for encoding and decoding data"
3
3
:url " https://github.com/ring-clojure/ring-codec"
4
4
:license {:name " The MIT License"
5
5
:url " http://opensource.org/licenses/MIT" }
6
6
:dependencies [[org.clojure/clojure " 1.3.0" ]
7
7
[commons-codec " 1.6" ]]
8
8
: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 "
10
10
:src-linenum-anchor-prefix " L" }
11
11
:profiles
12
12
{:1.4 {:dependencies [[org.clojure/clojure " 1.4.0" ]]}
You can’t perform that action at this time.
0 commit comments