From 150bdb2bd04100cb3f4a09ff39e93b9c50256c49 Mon Sep 17 00:00:00 2001 From: Alfonso Salces Date: Mon, 5 Sep 2022 11:22:50 +0200 Subject: [PATCH] Release v3.0.1-moodle.3 --- package-lock.json | 2 +- package.json | 2 +- plugin.xml | 2 +- readme.md | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 79971365..e5df7a4e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@moodlehq/cordova-plugin-qrscanner", - "version": "3.0.1-moodle.2", + "version": "3.0.1-moodle.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 742e7b5e..d1b2ad1d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@moodlehq/cordova-plugin-qrscanner", - "version": "3.0.1-moodle.2", + "version": "3.0.1-moodle.3", "description": "Moodle's fork of Cordova QRScanner Plugin.", "cordova": { "id": "@moodlehq/cordova-plugin-qrscanner", diff --git a/plugin.xml b/plugin.xml index b7637cfc..fafdb788 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.3"> QRScanner diff --git a/readme.md b/readme.md index ec6657fc..616e84a2 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.2](https://github.com/bitpay/cordova-plugin-qrscanner/compare/111fa6c272da6c708b65528baea2316542e421fa...moodlemobile:v3.0.1-moodle.2) +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) ## 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.2 +cordova plugin add @moodlehq/cordova-plugin-qrscanner@3.0.1-moodle.3 ```