瀏覽代碼

bump. add version support table

Yonah Forst 8 年之前
父節點
當前提交
32260fa6dd
共有 2 個文件被更改,包括 6 次插入4 次删除
  1. 5 3
      README.md
  2. 1 1
      package.json

+ 5 - 3
README.md

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

+ 1 - 1
package.json

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