From 790c6fc4da878d3deb6c35f69811079059f2094c Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Tue, 24 Apr 2018 09:04:24 +0200 Subject: [PATCH] Set version to 1.1.1. --- CHANGES.md | 7 +++++++ doc/content.adoc | 4 ++-- project.clj | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 6584a70..472b0d8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,12 @@ # Changelog # +## Version 1.1.1 ## + +Date: 2018-04-24 + +- Update netty and fix warnings on jdk9. + + ## Version 1.1.0 ## Date: 2018-01-15 diff --git a/doc/content.adoc b/doc/content.adoc index 6d0a7f8..e38abb6 100644 --- a/doc/content.adoc +++ b/doc/content.adoc @@ -1,6 +1,6 @@ = octet - a library for working with byte buffers funcool.org -1.1.0 +1.1.1 :toc: left :numbered: :source-highlighter: pygments @@ -32,7 +32,7 @@ dependency vector on your *_project.clj_* file: [source,clojure] ---- -[funcool/octet "1.1.0"] +[funcool/octet "1.1.1"] ---- And the library works with the following platforms: *jdk7*, *jdk8*, *node-lts*. diff --git a/project.clj b/project.clj index 75e819a..8a51d8a 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject funcool/octet "1.1.0" +(defproject funcool/octet "1.1.1" :description "A clojure(script) library for work with binary data." :url "https://github.com/funcool/octet" :license {:name "Public Domain"