diff --git a/README.md b/README.md index bf1bda3..1c425cc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ ###this module only work for iOS + #react-native-qrcode A React-native component to generate [QRcode](http://en.wikipedia.org/wiki/QR_code). + ##Installation ```sh npm install react-native-qrcode diff --git a/package.json b/package.json index 7eddb23..3a52199 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-qrcode", - "version": "1.0.5", + "version": "1.0.6", "description": "react-native qrocode generator", "main": "index.js", "repository": {