File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cordova-plugin-ionic" ,
3
- "version" : " 5.4.6 " ,
3
+ "version" : " 5.4.7 " ,
4
4
"cordova" : {
5
5
"id" : " cordova-plugin-ionic" ,
6
6
"platforms" : [
Original file line number Diff line number Diff line change 1
1
<?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 " >
3
3
<name >cordova-plugin-ionic</name >
4
4
<description >Ionic Cordova SDK</description >
5
5
<license >MIT</license >
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ class IonicDeployImpl {
70
70
private _fileManager : FileManager = new FileManager ( ) ;
71
71
private SNAPSHOT_CACHE = 'ionic_built_snapshots' ;
72
72
private MANIFEST_FILE = 'pro-manifest.json' ;
73
- public PLUGIN_VERSION = '5.4.6 ' ;
73
+ public PLUGIN_VERSION = '5.4.7 ' ;
74
74
75
75
constructor ( appInfo : IAppInfo , preferences : ISavedPreferences ) {
76
76
this . appInfo = appInfo ;
You can’t perform that action at this time.
0 commit comments