Skip to content

Commit

Permalink
Prepare version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vanniktech committed Oct 30, 2018
1 parent b9d68ed commit f2bb9a0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Change Log

Version 0.5.0 *(In development)*
--------------------------------
Version 0.5.0 *(2018-10-30)*
----------------------------

- Lower minSdk to 14 [\#54](https://github.com/vanniktech/RxPermission/pull/54) ([tonywis](https://github.com/tonywis))

Version 0.4.0 *(2018-08-18)*
----------------------------
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This library wraps the Android Runtime Permissions with RxJava 2. It's based on
# Download

```groovy
compile 'com.vanniktech:rxpermission:0.4.0'
compile 'com.vanniktech:rxpermission:0.5.0'
compile 'com.vanniktech:rxpermission:0.5.0-SNAPSHOT'
```

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GROUP=com.vanniktech
VERSION_NAME=0.5.0-SNAPSHOT
VERSION_CODE=4
VERSION_NAME=0.5.0
VERSION_CODE=5

POM_DESCRIPTION=Reactive permissions for Android

Expand Down

0 comments on commit f2bb9a0

Please sign in to comment.