Browse Source

Bump version number

Mathieu Acthernoene 7 years ago
parent
commit
5f7a13ddf2
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      README.md
  2. 1
    1
      package.json

+ 1
- 1
README.md View File

10
 
10
 
11
 | Version | React Native Support |
11
 | Version | React Native Support |
12
 | ------- | -------------------- |
12
 | ------- | -------------------- |
13
-| 1.0.1   | 0.40.0 - 0.48.4      |
13
+| 1.0.2   | 0.40.0 - 0.48.4      |
14
 | 0.2.5   | 0.33.0 - 0.39.0      |
14
 | 0.2.5   | 0.33.0 - 0.39.0      |
15
 
15
 
16
 _Complies with
16
 _Complies with

+ 1
- 1
package.json View File

1
 {
1
 {
2
   "name": "react-native-permissions",
2
   "name": "react-native-permissions",
3
-  "version": "1.0.1",
3
+  "version": "1.0.2",
4
   "description": "Check user permissions in React Native",
4
   "description": "Check user permissions in React Native",
5
   "author": "Yonah Forst <yonaforst@hotmail.com>",
5
   "author": "Yonah Forst <yonaforst@hotmail.com>",
6
   "homepage": "https://github.com/yonahforst/react-native-permissions",
6
   "homepage": "https://github.com/yonahforst/react-native-permissions",