diff --git a/doc/content.adoc b/doc/content.adoc index 1fefb65..88bc350 100644 --- a/doc/content.adoc +++ b/doc/content.adoc @@ -1,6 +1,6 @@ = octet - a library for working with byte buffers funcool.org -0.4.0 +1.0.0 :toc: left :numbered: :source-highlighter: pygments @@ -32,7 +32,7 @@ dependency vector on your *_project.clj_* file: [source,clojure] ---- -[funcool/octet "0.4.0"] +[funcool/octet "1.0.0"] ---- And the library works with the following platforms: *jdk7*, *jdk8*, *node* (0.12.7, diff --git a/project.clj b/project.clj index 80e7698..5490a97 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject funcool/octet "0.4.0" +(defproject funcool/octet "1.0.0" :description "A clojure(script) library for work with binary data." :url "https://github.com/funcool/octet" :license {:name "Public Domain"