Skip to content

Commit

Permalink
Version 0.3.6. Fix a bug when getting the value of a set
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgordon committed Aug 14, 2012
1 parent d786f0d commit 3c0752c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -8,7 +8,7 @@ A Clojure client for Amazon's [DynamoDB][1] database.

Add the following dependency to your Clojure project:

[org.clojars.crowdflower/rotary "0.3.5"]
[org.clojars.crowdflower/rotary "0.3.6"]

## Simple Example

Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject org.clojars.crowdflower/rotary "0.3.5"
(defproject org.clojars.crowdflower/rotary "0.3.6"
:description "Amazon DynamoDB API"
:dependencies [[org.clojure/clojure "1.4.0"]
[org.clojure/algo.generic "0.1.0"]
Expand Down

0 comments on commit 3c0752c

Please sign in to comment.