diff --git a/README.md b/README.md index 965241f..c222ce7 100644 --- a/README.md +++ b/README.md @@ -115,4 +115,7 @@ class MyAwesomeView extends Component { } } -``` +Added feature + +- 0.3.4 + - added `print` feature [exampl ecode](https://github.com/alinz/react-native-webview-bridge/blob/v0.3.4/example/Sample1/index.ios.js#L53) diff --git a/package.json b/package.json index 15cb437..a387ea2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-webview-bridge", - "version": "0.3.4", + "version": "0.3.5", "description": "React Native WebView Javascript Bridge", "main": "jsx/WebViewBridge.js", "directories": {