Skip to content

Commit 1301ba7

Browse files
committed
5.3.1
1 parent e97ee81 commit 1301ba7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-ionic",
3-
"version": "5.3.0",
3+
"version": "5.3.1",
44
"cordova": {
55
"id": "cordova-plugin-ionic",
66
"platforms": [

plugin.xml

Lines changed: 1 addition & 1 deletion
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.3.0">
2+
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-ionic" version="5.3.1">
33
<name>cordova-plugin-ionic</name>
44
<description>Ionic Cordova SDK</description>
55
<license>MIT</license>

www/common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class IonicDeployImpl {
6363
private _fileManager: FileManager = new FileManager();
6464
private SNAPSHOT_CACHE = 'ionic_built_snapshots';
6565
private MANIFEST_FILE = 'pro-manifest.json';
66-
public PLUGIN_VERSION = '5.3.0';
66+
public PLUGIN_VERSION = '5.3.1';
6767

6868
constructor(appInfo: IAppInfo, preferences: ISavedPreferences) {
6969
this.appInfo = appInfo;

0 commit comments

Comments
 (0)