Skip to content

Commit ec18a5f

Browse files
committed
5.1.6
1 parent f9ad34f commit ec18a5f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-ionic",
3-
"version": "5.1.5",
3+
"version": "5.1.6",
44
"cordova": {
55
"id": "cordova-plugin-ionic",
66
"platforms": [

plugin.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

3-
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-ionic" version="5.1.5">
3+
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-ionic" version="5.1.6">
44
<name>cordova-plugin-ionic</name>
55
<description>Ionic Cordova SDK</description>
66
<license>MIT</license>

www/common.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class IonicDeployImpl {
5858
private _fileManager: FileManager = new FileManager();
5959
private SNAPSHOT_CACHE = 'ionic_built_snapshots';
6060
private MANIFEST_FILE = 'pro-manifest.json';
61-
public PLUGIN_VERSION = '5.1.5';
61+
public PLUGIN_VERSION = '5.1.6';
6262

6363
constructor(appInfo: IAppInfo, preferences: ISavedPreferences) {
6464
this.appInfo = appInfo;

0 commit comments

Comments
 (0)