diff --git a/package-lock.json b/package-lock.json index e5df7a4e..332310f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@moodlehq/cordova-plugin-qrscanner", - "version": "3.0.1-moodle.3", + "version": "3.0.1-moodle.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d1b2ad1d..06b7b27a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@moodlehq/cordova-plugin-qrscanner", - "version": "3.0.1-moodle.3", + "version": "3.0.1-moodle.4", "description": "Moodle's fork of Cordova QRScanner Plugin.", "cordova": { "id": "@moodlehq/cordova-plugin-qrscanner", diff --git a/plugin.xml b/plugin.xml index fafdb788..1a94efd6 100755 --- a/plugin.xml +++ b/plugin.xml @@ -1,6 +1,6 @@ + xmlns="http://www.phonegap.com/ns/plugins/1.0" id="@moodlehq/cordova-plugin-qrscanner" version="3.0.1-moodle.4"> QRScanner diff --git a/readme.md b/readme.md index 616e84a2..f90439f6 100644 --- a/readme.md +++ b/readme.md @@ -13,12 +13,12 @@ We created this fork because we needed to include the following modifications in It also includes some commits that are in master and haven't been released, and the distribution assets have been added to the repository. -You can see all the changes here: [111fa6c...moodlemobile:v3.0.1-moodle.3](https://github.com/bitpay/cordova-plugin-qrscanner/compare/111fa6c272da6c708b65528baea2316542e421fa...moodlemobile:v3.0.1-moodle.3) +You can see all the changes here: [111fa6c...moodlemobile:v3.0.1-moodle.4](https://github.com/bitpay/cordova-plugin-qrscanner/compare/111fa6c272da6c708b65528baea2316542e421fa...moodlemobile:v3.0.1-moodle.4) ## Installation You can install this package using the [original installation instructions](https://github.com/bitpay/cordova-plugin-qrscanner#get-started), but installing this package instead: ```sh -cordova plugin add @moodlehq/cordova-plugin-qrscanner@3.0.1-moodle.3 +cordova plugin add @moodlehq/cordova-plugin-qrscanner@3.0.1-moodle.4 ```