Skip to content

Commit

Permalink
Release 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bendlas committed Sep 7, 2012
1 parent 056b2f8 commit fa64448
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
@@ -1,3 +1,8 @@
1.0.4
=====

Compatibility with clojure.java.jdbc 0.2.3

1.0.3
=====

Expand Down
5 changes: 2 additions & 3 deletions README.md
Expand Up @@ -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:

<dependency>
<groupId>clojureql</groupId>
<artifactId>clojureql</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
</dependency>

Then execute
Expand Down Expand Up @@ -65,4 +65,3 @@ License
=======

Eclipse Public License - v 1.0, see LICENSE.

5 changes: 1 addition & 4 deletions 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"]
Expand All @@ -10,6 +10,3 @@

:repositories {"clojure-releases" {:url "http://build.clojure.org/releases"}
"clojure-snapshots" {:url "http://build.clojure.org/snapshots"}})



0 comments on commit fa64448

Please sign in to comment.