From 9dbe5748d59e1bcbe56c81f4f5b93315b3c8665e Mon Sep 17 00:00:00 2001 From: Alexis THOMAS Date: Sun, 21 Aug 2022 19:38:30 +0200 Subject: [PATCH] release version 9.2.0 --- package-lock.json | 2 +- package.json | 2 +- plugin.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index bb0e3637..456dfb4e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-ns0m-barcodescanner", - "version": "9.1.0", + "version": "9.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e8e9951c..a46eebe6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-ns0m-barcodescanner", - "version": "9.1.0", + "version": "9.2.0", "description": "You can use the BarcodeScanner plugin to scan different types of barcodes (using the device's camera) and get the metadata encoded in them for processing within your application.", "cordova": { "id": "cordova-plugin-ns0m-barcodescanner", diff --git a/plugin.xml b/plugin.xml index 4cf5d369..c7a6a71a 100644 --- a/plugin.xml +++ b/plugin.xml @@ -2,7 +2,7 @@ + version="9.2.0"> BarcodeScanner You can use the BarcodeScanner plugin to scan different types of barcodes (using the device's camera) and get the metadata encoded in them for processing within your application. MIT