Skip to content

Commit

Permalink
Prepare version 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vanniktech committed Aug 19, 2022
1 parent 8f49db3 commit ce1f6b7
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.10.0 *(In development)*
---------------------------------
Version 0.10.0 *(2022-08-19)*
-----------------------------

- RxPermission: Fix return type of request & requestEach. Always non-null. [\#106](https://github.com/vanniktech/RxPermission/pull/106) ([vanniktech](https://github.com/vanniktech))

Version 0.9.0 *(2022-08-18)*
----------------------------
Expand Down
4 changes: 2 additions & 2 deletions 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
implementation 'com.vanniktech:rxpermission:0.9.0'
implementation 'com.vanniktech:rxpermission:0.10.0'
implementation 'com.vanniktech:rxpermission:0.10.0-SNAPSHOT'
```

Expand Down Expand Up @@ -83,7 +83,7 @@ RealRxPermission.getInstance(application)
In addition the library offers you a `MockRxPermission` that can be used for testing.

```gradle
implementation 'com.vanniktech:rxpermission-testing:0.9.0'
implementation 'com.vanniktech:rxpermission-testing:0.10.0'
```

The constructor takes a vararg of Permissions.
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.10.0-SNAPSHOT
VERSION_NAME=0.10.0

POM_DESCRIPTION=Reactive permissions for Android

Expand Down

0 comments on commit ce1f6b7

Please sign in to comment.