Quellcode durchsuchen

chore(release): 3.1.2 [skip ci]

## [3.1.2](https://github.com/react-native-community/react-native-webview/compare/v3.1.1...v3.1.2) (2019-01-11)

### Bug Fixes

* **WKWebview:** Update webview property when allowsBackForwardNavigationGestures prop changes ([#173](https://github.com/react-native-community/react-native-webview/issues/173)) ([4bc1dc2](https://github.com/react-native-community/react-native-webview/commit/4bc1dc2))
semantic-release-bot vor 5 Jahren
Ursprung
Commit
cf039a550b
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      package.json

+ 1
- 1
package.json Datei anzeigen

@@ -8,7 +8,7 @@
8 8
     "Thibault Malbranche <malbranche.thibault@gmail.com>"
9 9
   ],
10 10
   "license": "MIT",
11
-  "version": "3.1.1",
11
+  "version": "3.1.2",
12 12
   "homepage": "https://github.com/react-native-community/react-native-webview#readme",
13 13
   "scripts": {
14 14
     "test:ios:flow": "flow check",