Skip to content

Commit

Permalink
Prepare for release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Saeed Masoumi committed Mar 12, 2017
1 parent 8d14902 commit 15e5592
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Change Log
==========

Version 1.1.0
-------------

_2017-03-12_

* Support RxJava 2 (special thanks to [lujiajing1126](https://github.com/lujiajing1126)).


Version 1.0.5
-------------

Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.sixthsolution.easymvp:easymvp-plugin:1.0.5'
classpath 'com.sixthsolution.easymvp:easymvp-plugin:1.1.0'
}
}
```
Expand Down Expand Up @@ -73,6 +73,8 @@ dependencies {
```

**Note:** All snapshot versions are available on [jfrog](https://oss.jfrog.org/oss-snapshot-local/com/sixthsolution/easymvp/)

## Usage

First thing you will need to do is to create your view interface.
Expand Down Expand Up @@ -394,6 +396,8 @@ EasyMVP [API](http://6thsolution.github.io/EasyMVP/api-javadoc/): Javadocs for t

EasyMVP [RX-API](http://6thsolution.github.io/EasyMVP/rx-api-javadoc/): Javadocs for the current RX-API (Clean Architecture API) release

EasyMVP [RX2-API](http://6thsolution.github.io/EasyMVP/rx2-api-javadoc/): Javadocs for the current RX2-API (Clean Architecture API) release

## Author
[Saeed Masoumi](https://github.com/SaeedMasoumi)

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
GROUP=com.sixthsolution.easymvp
VERSION_NAME=1.0.6-SNAPSHOT
VERSION_NAME=1.1.0
org.gradle.jvmargs=-Xmx2048m

0 comments on commit 15e5592

Please sign in to comment.