Skip to content

Commit

Permalink
incremented version number
Browse files Browse the repository at this point in the history
  • Loading branch information
liebke committed Dec 5, 2011
1 parent 1bf2f2f commit c39be7d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -19,7 +19,7 @@
<p>To get started, you'll need to <a href="http://avout.io/index.html#running-zookeeper">run ZooKeeper</a>, and include Avout as a dependency by adding the following to your project.clj file:</p>

```clojure
[avout "0.5.2"]
[avout "0.5.3"]
```

<p>Below is the Avout equivalent of *Hello World*.</p>
Expand Down
4 changes: 2 additions & 2 deletions plugins/avout-mongo/project.clj
@@ -1,6 +1,6 @@
(defproject avout-mongo "0.5.2"
(defproject avout-mongo "0.5.3"
:description "An example of an Avout-based, MongoDB-backed Distributed Atom and Ref"
:dependencies [[org.clojure/clojure "1.3.0"]
[avout "0.5.2"]
[avout "0.5.3"]
[congomongo "0.1.7"]]
:dev-dependencies [[lein-clojars "0.7.0"]])
4 changes: 2 additions & 2 deletions plugins/avout-sdb/project.clj
@@ -1,7 +1,7 @@
(defproject avout-sdb "0.5.2"
(defproject avout-sdb "0.5.3"
:description "An example of an Avout-based, SimpleDB-backed Distributed Atom and Ref"
:dependencies [[org.clojure/clojure "1.3.0"]
[avout "0.5.2"]
[avout "0.5.3"]
[com.amazonaws/aws-java-sdk "1.2.12"]
[commons-codec "1.5"]]
:dev-dependencies [[lein-clojars "0.7.0"]])
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject avout "0.5.2"
(defproject avout "0.5.3"
:description "Avout: Distributed State in Clojure"
:dependencies [[org.clojure/clojure "1.3.0"]
[zookeeper-clj "0.9.1"]]
Expand Down

0 comments on commit c39be7d

Please sign in to comment.