From 6e96e67c32312e290b67ccbb3f09fecb93c70b7d Mon Sep 17 00:00:00 2001 From: Ali Najafizadeh Date: Fri, 21 Aug 2015 10:13:19 -0400 Subject: [PATCH] updated README and bumped version --- README.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) 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": {