Procházet zdrojové kódy

Bump version number

Mathieu Acthernoene před 7 roky
rodič
revize
bc07dac75e
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 1
    1
      README.md
  2. 1
    1
      package.json

+ 1
- 1
README.md Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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",