Skip to content

Commit

Permalink
Set version to 3.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
niwinz committed Feb 22, 2017
1 parent 3e1197c commit cde9ba9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGES.md
@@ -1,5 +1,13 @@
# Changelog #

## Version 3.1.0 ##

Date: 2017-02-22

- Upgrade to RxJS 5.2.0
- Upgrade to RxJava 2.0.6


## Version 3.0.0 ##

Date: 2017-02-13
Expand Down
2 changes: 1 addition & 1 deletion doc/content.adoc
Expand Up @@ -33,7 +33,7 @@ dependency vector on your *_project.clj_* file:

[source,clojure]
----
[funcool/beicon "3.0.0"]
[funcool/beicon "3.1.0"]
----


Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject funcool/beicon "3.0.0"
(defproject funcool/beicon "3.1.0"
:description "Reactive Streams for Clojure(Script)"
:url "https://github.com/funcool/beicon"
:license {:name "BSD (2-Clause)"
Expand Down

0 comments on commit cde9ba9

Please sign in to comment.