Skip to content

Commit 790c6fc

Browse files
committed
Set version to 1.1.1.
1 parent 7aa94b7 commit 790c6fc

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog #
22

3+
## Version 1.1.1 ##
4+
5+
Date: 2018-04-24
6+
7+
- Update netty and fix warnings on jdk9.
8+
9+
310
## Version 1.1.0 ##
411

512
Date: 2018-01-15

doc/content.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= octet - a library for working with byte buffers
22
funcool.org
3-
1.1.0
3+
1.1.1
44
:toc: left
55
:numbered:
66
:source-highlighter: pygments
@@ -32,7 +32,7 @@ dependency vector on your *_project.clj_* file:
3232

3333
[source,clojure]
3434
----
35-
[funcool/octet "1.1.0"]
35+
[funcool/octet "1.1.1"]
3636
----
3737

3838
And the library works with the following platforms: *jdk7*, *jdk8*, *node-lts*.

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject funcool/octet "1.1.0"
1+
(defproject funcool/octet "1.1.1"
22
:description "A clojure(script) library for work with binary data."
33
:url "https://github.com/funcool/octet"
44
:license {:name "Public Domain"

0 commit comments

Comments
 (0)