From 7824f5bfbe03f97cfefcdc37e72f732b66d22a74 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Mon, 19 Sep 2016 11:11:59 +0300 Subject: [PATCH] Set version to 1.0.0 --- doc/content.adoc | 4 ++-- project.clj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"