Skip to content

Commit b70ebdb

Browse files
committed
Update docs and set version to 1.1.2
1 parent e981dd9 commit b70ebdb

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGES.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog #
22

3+
## Version 1.1.2 ##
4+
5+
Date: 2018-10-25
6+
7+
- Upgrade netty.
8+
- Fix compatibility issues with clojure 1.10
9+
10+
311
## Version 1.1.1 ##
412

513
Date: 2018-04-24

doc/content.adoc

+2-2
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.1
3+
1.1.2
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.1"]
35+
[funcool/octet "1.1.2"]
3636
----
3737

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

project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject funcool/octet "1.1.1"
1+
(defproject funcool/octet "1.1.2"
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)