Skip to content

Commit

Permalink
Set version to 1.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
niwinz committed Dec 25, 2016
1 parent acb744d commit 5be8054
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGES.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
= Changelog

== 1.3.1

Date: 2016-12-25

- Fix compatibility issues with jOOQ 3.9.0


== 1.3.0

Date: 2016-12-25
Expand Down
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.1.0"]
[funcool/suricatta "1.3.1"]
[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.2.0
1.3.1
: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.3.0"]
[funcool/suricatta "1.3.1"]
----

_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.3.0"
(defproject funcool/suricatta "1.3.1"
: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 5be8054

Please sign in to comment.