Skip to content

Commit

Permalink
V1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
c19354837 committed Apr 7, 2018
1 parent 759bb2d commit ea4c266
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# V1.2.5
**2018-04-07**

fix bug - `setVolume(val, config)` will cause a crash when `type` is null, see [detail](https://github.com/c19354837/react-native-system-setting/issues/22)

fix bug - `grantWriteSettingPremission()` navigates to the wrong page, see [detail](https://github.com/c19354837/react-native-system-setting/issues/24)

# V1.2.4
**2018-03-14**

Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ It provides some system setting APIs for you. Support iOS and Android both.
* Wifi switch
* Location
* Bluetooth

### Next

* System info
* Airplane

### Note

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-system-setting",
"version": "1.2.4",
"version": "1.2.5",
"description": "provide some system setting APIs. Volume, brightness, wifi, location, bluetooth, airplane...",
"main": "SystemSetting.js",
"homepage": "https://github.com/c19354837/react-native-system-setting",
Expand Down

0 comments on commit ea4c266

Please sign in to comment.