diff --git a/CHANGES.md b/CHANGES.md index c9a3e2b..f24469e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,8 @@ +1.0.4 +===== + +Compatibility with clojure.java.jdbc 0.2.3 + 1.0.3 ===== diff --git a/README.md b/README.md index 809cdc2..4e832a4 100644 --- a/README.md +++ b/README.md @@ -21,14 +21,14 @@ Add the following to your **project.clj** or pom.xml: Cake/Lein artifact: - [clojureql "1.0.3"] + [clojureql "1.0.4"] Maven: clojureql clojureql - 1.0.3 + 1.0.4 Then execute @@ -65,4 +65,3 @@ License ======= Eclipse Public License - v 1.0, see LICENSE. - diff --git a/project.clj b/project.clj index d3c2bdf..bbe1173 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject clojureql "1.0.4-SNAPSHOT" +(defproject clojureql "1.0.4" :description "Superior SQL integration for Clojure" :dependencies [[org.clojure/clojure "1.4.0"] [org.clojure/core.incubator "0.1.1"] @@ -10,6 +10,3 @@ :repositories {"clojure-releases" {:url "http://build.clojure.org/releases"} "clojure-snapshots" {:url "http://build.clojure.org/snapshots"}}) - - -