summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--project.clj2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 13c3d9c..e0cf7e7 100644
--- a/README.md
+++ b/README.md
@@ -208,7 +208,7 @@ be the return value of the associated query function call (`deref`,
## Changelog
-#### 0.1.1
+#### 0.2.0
* **Breaking:** Remove `having`, use `select` instead now
diff --git a/project.clj b/project.clj
index 14229f5..dbe7f32 100644
--- a/project.clj
+++ b/project.clj
@@ -1,4 +1,4 @@
-(defproject clojure-sql "0.1.1-SNAPSHOT"
+(defproject clojure-sql "0.2.0-SNAPSHOT"
:description "Relational algebra compiling down to SQL queries."
:url "https://bitbucket.org/czan/clojure-sql/"
:license {:name "Eclipse Public License"