diff --git a/README.md b/README.md index fc691c4..14b3333 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,11 @@ icon: string; ## Note This library is supported only for Android devices. +## NPM Package +You can find the npm package of this library here - + +https://www.npmjs.com/package/react-native-upi-apps + ## Contributing See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow. diff --git a/package.json b/package.json index 0ef9447..37eae28 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-upi-apps", - "version": "0.1.0", + "version": "1.0.0", "description": "test", "main": "lib/commonjs/index", "module": "lib/module/index",