Skip to content

Commit

Permalink
2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bitjson committed Aug 15, 2016
1 parent b1221d0 commit 6be215b
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="2.2.0"></a>
## [2.1.2](https://github.com/bitpay/cordova-plugin-qrscanner/compare/2.1.1...v2.1.2) (2016-08-15)


### Features

* **ios:** Support iOS 10 beta ([fa7ef5b](https://github.com/bitpay/cordova-plugin-qrscanner/commit/fa7ef5b))



<a name="2.1.1"></a>
## [2.1.1](https://github.com/bitpay/cordova-plugin-qrscanner/compare/2.1.0...v2.1.1) (2016-08-12)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-qrscanner",
"version": "2.1.1",
"version": "2.2.0",
"description": "Cordova QR Scanner Plugin",
"cordova": {
"id": "cordova-plugin-qrscanner",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
id="cordova-plugin-qrscanner"
version="2.1.1">
version="2.2.0">

<name>QRScanner</name>

Expand Down
3 changes: 1 addition & 2 deletions tests/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="cordova-plugin-qrscanner-tests"
version="2.1.1">
id="cordova-plugin-qrscanner-tests">
<name>QRScanner Tests</name>
<license>MIT</license>

Expand Down
2 changes: 1 addition & 1 deletion tests/project/config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="test.qrscanner.t{{TIMESTAMP}}" version="2.1.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="test.qrscanner.t{{TIMESTAMP}}" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>CvQRScnTst</name>
<description>
A test application for the cordova-plugin-qrscanner package.
Expand Down
1 change: 0 additions & 1 deletion tests/project/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "cordova-plugin-qrscanner-tests",
"version": "2.1.1",
"description": "Cordova tests for the cordova-plugin-qrscanner package",
"scripts": {
"clean": "rm -rf node_modules && rm -rf platforms && rm -rf plugins",
Expand Down

0 comments on commit 6be215b

Please sign in to comment.