diff --git a/package-lock.json b/package-lock.json index f2b026b2..79971365 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@moodlehq/cordova-plugin-qrscanner", - "version": "3.0.1-moodle.1", + "version": "3.0.1-moodle.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index abc080f6..742e7b5e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@moodlehq/cordova-plugin-qrscanner", - "version": "3.0.1-moodle.1", + "version": "3.0.1-moodle.2", "description": "Moodle's fork of Cordova QRScanner Plugin.", "cordova": { "id": "@moodlehq/cordova-plugin-qrscanner", diff --git a/plugin.xml b/plugin.xml index 795e0824..b7637cfc 100755 --- a/plugin.xml +++ b/plugin.xml @@ -1,6 +1,6 @@ - + QRScanner @@ -64,4 +64,4 @@ - \ No newline at end of file + diff --git a/readme.md b/readme.md index 75561bdf..c4583fe8 100644 --- a/readme.md +++ b/readme.md @@ -12,14 +12,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.1](https://github.com/bitpay/cordova-plugin-qrscanner/compare/111fa6c272da6c708b65528baea2316542e421fa...moodlemobile:v3.0.1-moodle.1) +You can see all the changes here: [111fa6c...moodlemobile:v3.0.1-moodle.2](https://github.com/bitpay/cordova-plugin-qrscanner/compare/111fa6c272da6c708b65528baea2316542e421fa...moodlemobile:v3.0.1-moodle.2) ## 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.1 +cordova plugin add @moodlehq/cordova-plugin-qrscanner@3.0.1-moodle.2 ``` - -Depending on your cordova version, this command will add the plugin to your package.json as `cordova-plugin-qrscanner` (for example, under `cordova.plugins`). In that case, you also need to add `@moodlehq/cordova-plugin-qrscanner` so that the project restores the fork properly in other machines. Make sure that it is listed before the unscoped plugin name.