Skip to content

Commit 7824f5b

Browse files
committed
Set version to 1.0.0
1 parent 604fc4a commit 7824f5b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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-
0.4.0
3+
1.0.0
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 "0.4.0"]
35+
[funcool/octet "1.0.0"]
3636
----
3737

3838
And the library works with the following platforms: *jdk7*, *jdk8*, *node* (0.12.7,

project.clj

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