Skip to content

Commit

Permalink
Release v3.0.1-moodle.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonso-salces committed Sep 13, 2022
1 parent f8c6a72 commit 46470c1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<plugin
xmlns="http://www.phonegap.com/ns/plugins/1.0" id="@moodlehq/cordova-plugin-qrscanner" version="3.0.1-moodle.3">
xmlns="http://www.phonegap.com/ns/plugins/1.0" id="@moodlehq/cordova-plugin-qrscanner" version="3.0.1-moodle.4">
<name>QRScanner</name>
<engines>
<engine name="cordova" version=">=3.4.0"/>
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected].3
cordova plugin add @moodlehq/[email protected].4
```

0 comments on commit 46470c1

Please sign in to comment.