Skip to content

Commit 2081261

Browse files
author
William Pelrine
committed
Version bump
1 parent 13fe8bd commit 2081261

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changelog
22
======
33

4+
## 4.1.7
5+
6+
* Fix a redirect bug in iOS that would give the `background` update method inconsistent behavior
7+
48
## 4.1.6
59

610
* Fix redirect bug in extract when version already exists (PR #82)

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-ionic",
3-
"version": "4.1.6",
3+
"version": "4.1.7",
44
"cordova": {
55
"id": "cordova-plugin-ionic",
66
"platforms": [
@@ -11,7 +11,7 @@
1111
"description": "Ionic Cordova SDK",
1212
"engines": {
1313
"cordovaDependencies": {
14-
"4.1.6": { "cordova-plugin-splashscreen": ">=5.0.1" },
14+
"4.1.7": { "cordova-plugin-splashscreen": ">=5.0.1" },
1515
"3.1.3": { "cordova-plugin-splashscreen": ">=5.0.1" },
1616
"2.0.4": { "cordova-plugin-splashscreen": ">=4.0.0" }
1717
}

plugin.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
44
id="cordova-plugin-ionic"
5-
version="4.1.6">
5+
version="4.1.7">
66
<name>IonicCordova</name>
77
<description>Common Cordova functionality for Ionic apps</description>
88
<license>MIT</license>

0 commit comments

Comments
 (0)