updated README and bumped version

This commit is contained in:
Ali Najafizadeh
2015-08-21 10:13:19 -04:00
parent 5867a941af
commit 6e96e67c32
2 changed files with 5 additions and 2 deletions
+4 -1
View File
@@ -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)
+1 -1
View File
@@ -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": {