Skip to content

Commit

Permalink
Set version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
niwinz committed May 28, 2016
1 parent 97c39a6 commit f29d1aa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ High level sql toolkit for clojure (backed by jooq library)
Put suricatta on your dependency list:

```clojure
[funcool/suricatta "1.0.0"]
[funcool/suricatta "1.1.0"]
[com.h2database/h2 "1.4.191"] ;; For this example only
```

Expand Down
4 changes: 2 additions & 2 deletions doc/content.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= suricatta documentation
Andrey Antukh, <niwi@niwi.nz>
1.0.0
1.1.0
:toc: left
:!numbered:
:source-highlighter: pygments
Expand Down Expand Up @@ -32,7 +32,7 @@ dependency vector on your *_project.clj_* file:

[source,clojure]
----
[funcool/suricatta "1.0.0"]
[funcool/suricatta "1.1.0"]
----

_Suricatta_ is only runs with *JDK >= 8* and *Clojure >= 1.5*
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject funcool/suricatta "1.0.0"
(defproject funcool/suricatta "1.1.0"
:description "High level sql toolkit for clojure (backed by jooq library)"
:url "https://github.com/funcool/suricatta"
:license {:name "BSD (2-Clause)"
Expand Down

0 comments on commit f29d1aa

Please sign in to comment.