Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
David Leatherman committed Dec 18, 2012
1 parent 436e016 commit 502f175
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ It offers:
## Setup

```clojure
[sonian/carica "1.0.1"]
[sonian/carica "1.0.2"]
;; carica is compatible with clojure 1.4+
```

Expand Down Expand Up @@ -142,7 +142,7 @@ using that feature, then you can exclude Cheshire from your
dependencies, like this:

```clojure
[sonian/carica "1.0.1" :exclusions [[cheshire]]]
[sonian/carica "1.0.2" :exclusions [[cheshire]]]
```

## License
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 sonian/carica "1.0.1"
(defproject sonian/carica "1.0.2"
:description "A flexible configuration library"
:url "https://github.com/sonian/carica"
:dependencies [[cheshire "5.0.1"]
Expand Down

0 comments on commit 502f175

Please sign in to comment.