Skip to content

Commit 15e5592

Browse files
committed
Prepare for release 1.1.0
1 parent 8d14902 commit 15e5592

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Change Log
22
==========
33

4+
Version 1.1.0
5+
-------------
6+
7+
_2017-03-12_
8+
9+
* Support RxJava 2 (special thanks to [lujiajing1126](https://github.com/lujiajing1126)).
10+
11+
412
Version 1.0.5
513
-------------
614

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ buildscript {
3636
jcenter()
3737
}
3838
dependencies {
39-
classpath 'com.sixthsolution.easymvp:easymvp-plugin:1.0.5'
39+
classpath 'com.sixthsolution.easymvp:easymvp-plugin:1.1.0'
4040
}
4141
}
4242
```
@@ -73,6 +73,8 @@ dependencies {
7373
7474
```
7575

76+
**Note:** All snapshot versions are available on [jfrog](https://oss.jfrog.org/oss-snapshot-local/com/sixthsolution/easymvp/)
77+
7678
## Usage
7779

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

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

399+
EasyMVP [RX2-API](http://6thsolution.github.io/EasyMVP/rx2-api-javadoc/): Javadocs for the current RX2-API (Clean Architecture API) release
400+
397401
## Author
398402
[Saeed Masoumi](https://github.com/SaeedMasoumi)
399403

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
GROUP=com.sixthsolution.easymvp
2-
VERSION_NAME=1.0.6-SNAPSHOT
2+
VERSION_NAME=1.1.0
33
org.gradle.jvmargs=-Xmx2048m

0 commit comments

Comments
 (0)