Browse Source

bump. add version support table

Yonah Forst 8 years ago
parent
commit
32260fa6dd
2 changed files with 6 additions and 4 deletions
  1. 5
    3
      README.md
  2. 1
    1
      package.json

+ 5
- 3
README.md View File

@@ -14,9 +14,11 @@ The current supported permissions are:
14 14
 - Background Refresh *(iOS only)*
15 15
 
16 16
 
17
-###New in version 0.2.X
18
-- Android support 🎉🎉🍾
19
-- Example app
17
+| Version | React Native Support |
18
+|---|---|
19
+| 0.2.7 | 0.40.0 - 0.41.0 |
20
+| 0.2.5 | 0.33.0 - 0.39.0 |
21
+*Complies with [react-native-version-support-table](https://github.com/dangnelson/react-native-version-support-table)*
20 22
 
21 23
 ##General Usage
22 24
 ```

+ 1
- 1
package.json View File

@@ -1,6 +1,6 @@
1 1
 {
2 2
   "name": "react-native-permissions",
3
-  "version": "0.2.6",
3
+  "version": "0.2.7",
4 4
   "repository": {
5 5
     "type": "git",
6 6
     "url": "https://github.com/joshblour/react-native-permissions.git"