Browse Source

Bump version number

Mathieu Acthernoene 7 years ago
parent
commit
bc07dac75e
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.3   | 0.40 - 0.50          |
13
+| 1.0.4   | 0.40 - 0.50          |
14
 | 0.2.5   | 0.33 - 0.39          |
14
 | 0.2.5   | 0.33 - 0.39          |
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.3",
3
+  "version": "1.0.4",
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",