Skip to content

Commit

Permalink
Release [com.ashafa/clutch "0.3.0"]
Browse files Browse the repository at this point in the history
  • Loading branch information
cemerick committed Dec 20, 2011
1 parent ec3b2aa commit 0617349
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.asciidoc
Expand Up @@ -7,7 +7,7 @@ Clutch is a http://clojure.org:[Clojure] library for http://couchdb.apache.org/[
To include Clutch in your project, simply add the following to your `project.clj` dependencies:

----
[com.ashafa/clutch "0.3.0-SNAPSHOT"]
[com.ashafa/clutch "0.3.0"]
----

and run...
Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject com.ashafa/clutch "0.3.0-SNAPSHOT"
(defproject com.ashafa/clutch "0.3.0"
:description "A Clojure library for Apache CouchDB."
:url "http://github.com/ashafa/clutch"
:dependencies [[org.clojure/clojure "[1.2.0,)"]
Expand Down

0 comments on commit 0617349

Please sign in to comment.