Skip to content

Commit

Permalink
version 0.3.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
sskorokhodov committed Nov 28, 2017
1 parent a4f96ed commit c6dd8a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ More examples are available under the /examples directory.

_Leiningen_ dependency information:

[otplike "0.2.1-alpha"]
[otplike "0.3.0-alpha"]

# Documentation

Expand Down Expand Up @@ -120,6 +120,7 @@ the same as Clojure. License file is available under the project root.

## Changelog

* Release 0.3.0-alpha on 28.11.2017 [NOTES][14]
* Release 0.2.1-alpha on 11.08.2017 [NOTES][13]
* Release 0.2.0-alpha on 17.05.2017 [NOTES][11]
* Release 0.1.0-SNAPSHOT on 15.08.2016
Expand All @@ -137,3 +138,4 @@ the same as Clojure. License file is available under the project root.
[11]: https://github.com/suprematic/otplike/releases/tag/0.2.0
[12]: https://suprematic.github.io/otplike/euroclojure2017/
[13]: https://github.com/suprematic/otplike/releases/tag/0.2.1
[14]: https://github.com/suprematic/otplike/releases/tag/0.3.0
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(def core-async-version "0.3.441")

(defproject otplike/otplike "0.2.2-alpha-SNAPSHOT"
(defproject otplike/otplike "0.3.0-alpha"
:description "Erlang/OTP like processes and behaviours on top of core.async"
:license {:name "Eclipse Public License - v1.0"
:url "https://www.eclipse.org/legal/epl-v10.html"}
Expand Down

0 comments on commit c6dd8a4

Please sign in to comment.