From c6487fe92a16731fa7103dad55dbdf63cddd012e Mon Sep 17 00:00:00 2001 From: Deepan Raj Kumar Date: Sun, 21 Nov 2021 22:17:13 +0530 Subject: [PATCH] bumping the version for publish --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index de7b3c0..a39f7db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-native-qr-decode-image-camera", - "version": "1.0.5", + "version": "1.0.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "react-native-qr-decode-image-camera", - "version": "1.0.5", + "version": "1.0.6", "license": "MIT", "dependencies": { "prop-types": "^15.7.2" diff --git a/package.json b/package.json index ba4ec62..c98dcc9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-qr-decode-image-camera", - "version": "1.0.5", + "version": "1.0.6", "description": "Decode react native from gallery and camera", "license": "MIT", "main": "index.js",