Skip to content

Commit d571114

Browse files
committed
5.4.7
1 parent b568ac3 commit d571114

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.4.6",
3+
"version": "5.4.7",
44
"cordova": {
55
"id": "cordova-plugin-ionic",
66
"platforms": [

plugin.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-ionic" version="5.4.6">
2+
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-ionic" version="5.4.7">
33
<name>cordova-plugin-ionic</name>
44
<description>Ionic Cordova SDK</description>
55
<license>MIT</license>

www/common.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ class IonicDeployImpl {
7070
private _fileManager: FileManager = new FileManager();
7171
private SNAPSHOT_CACHE = 'ionic_built_snapshots';
7272
private MANIFEST_FILE = 'pro-manifest.json';
73-
public PLUGIN_VERSION = '5.4.6';
73+
public PLUGIN_VERSION = '5.4.7';
7474

7575
constructor(appInfo: IAppInfo, preferences: ISavedPreferences) {
7676
this.appInfo = appInfo;

0 commit comments

Comments
 (0)