Skip to content

Commit

Permalink
Prepare next development version.
Browse files Browse the repository at this point in the history
  • Loading branch information
vanniktech committed Aug 17, 2018
1 parent dfe2907 commit dbc32db
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

Version 0.5.0 *(In development)*
--------------------------------

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 @@ -11,7 +11,7 @@ This library wraps the Android Runtime Permissions with RxJava 2. It's based on

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

# Usage
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=com.vanniktech
VERSION_NAME=0.4.0
VERSION_NAME=0.5.0-SNAPSHOT
VERSION_CODE=4

POM_DESCRIPTION=Reactive permissions for Android
Expand Down

0 comments on commit dbc32db

Please sign in to comment.