diff --git a/package-lock.json b/package-lock.json index 89a1ada..9689a32 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-native-qrcode-styled", - "version": "0.2.2", + "version": "0.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "react-native-qrcode-styled", - "version": "0.2.2", + "version": "0.3.0", "license": "MIT", "dependencies": { "qrcode": "^1.5.1", diff --git a/package.json b/package.json index 92098fc..bbb0685 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-qrcode-styled", - "version": "0.2.2", + "version": "0.3.0", "description": "A fully customizable QR Code generator for React Native based on react-native-svg and javascript-qrcode.", "main": "lib/commonjs/index.js", "module": "lib/module/index.js",