瀏覽代碼

update controllers, memory leak fixed!

talkol 9 年之前
父節點
當前提交
04f2925fd4
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. 2
    2
      package.json

+ 2
- 2
package.json 查看文件

7
     "type": "git",
7
     "type": "git",
8
     "url": "https://github.com/wix/react-native-navigation.git"
8
     "url": "https://github.com/wix/react-native-navigation.git"
9
   },
9
   },
10
-  "version": "0.1.9",
10
+  "version": "0.1.10",
11
   "description": "React Native Navigation - truly native navigation for iOS and Android",
11
   "description": "React Native Navigation - truly native navigation for iOS and Android",
12
   "nativePackage": true,
12
   "nativePackage": true,
13
   "bugs": {
13
   "bugs": {
21
     "react-native": ">=0.19.0"
21
     "react-native": ">=0.19.0"
22
   },
22
   },
23
   "dependencies": {
23
   "dependencies": {
24
-    "react-native-controllers": "^1.3.2"
24
+    "react-native-controllers": "^1.3.3"
25
   },
25
   },
26
   "optionalDependencies": {
26
   "optionalDependencies": {
27
     "react-redux": "*"
27
     "react-redux": "*"