Skip to content
This repository has been archived by the owner on Jan 16, 2019. It is now read-only.

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Driller committed Jun 23, 2016
1 parent 6e88ce9 commit b0833f2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
Change Log
==========

Version 1.1.0 *(2016/06/23)*
----------------------------
* Handle BACKGROUND / FOREGROUND events when toggling screen on/off (#3)

Version 1.0.1 *(2016/05/02)*
----------------------------
* Bugfix: Missing default app state (https://github.com/jenzz/RxAppState/issues/2)
* Bugfix: Missing default app state (#2)

Version 1.0.0 *(2016/03/06)*
----------------------------
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ allprojects {

```groovy
dependencies {
compile 'com.jenzz:RxAppState:1.0.1'
compile 'com.jenzz:RxAppState:1.1.0'
}
```

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ ext {
buildToolsVersion = '24.0.0'
minSdkVersion = 14
targetSdkVersion = 24
versionCode = 1
versionName = '1.0.1'
versionCode = 3
versionName = '1.1.0'

supportLibraryVersion = '24.0.0'
}

0 comments on commit b0833f2

Please sign in to comment.