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,7 +10,7 @@ Request user permissions from React Native, iOS + Android
10 10
 
11 11
 | Version | React Native Support |
12 12
 | ------- | -------------------- |
13
-| 1.0.3   | 0.40 - 0.50          |
13
+| 1.0.4   | 0.40 - 0.50          |
14 14
 | 0.2.5   | 0.33 - 0.39          |
15 15
 
16 16
 _Complies with

+ 1
- 1
package.json View File

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