Skip to content

Commit

Permalink
Set version to 1.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
niwinz committed Apr 24, 2018
1 parent 7aa94b7 commit 790c6fc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
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 @@
= octet - a library for working with byte buffers
funcool.org
1.1.0
1.1.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/octet "1.1.0"]
[funcool/octet "1.1.1"]
----

And the library works with the following platforms: *jdk7*, *jdk8*, *node-lts*.
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/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"
Expand Down

0 comments on commit 790c6fc

Please sign in to comment.