File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " cordova-plugin-ionic" ,
3- "version" : " 5.5.3-0 " ,
3+ "version" : " 5.5.3" ,
44 "cordova" : {
55 "id" : " cordova-plugin-ionic" ,
66 "platforms" : [
Original file line number Diff line number Diff line change 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.5.3-0 " >
2+ <plugin xmlns =" http://apache.org/cordova/ns/plugins/1.0" id =" cordova-plugin-ionic" version =" 5.5.3" >
33 <name >cordova-plugin-ionic</name >
44 <description >Ionic Cordova SDK</description >
55 <license >MIT</license >
Original file line number Diff line number Diff 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.5.3-0 ' ;
73+ public PLUGIN_VERSION = '5.5.3' ;
7474
7575 constructor ( appInfo : IAppInfo , preferences : ISavedPreferences ) {
7676 this . appInfo = appInfo ;
You can’t perform that action at this time.
0 commit comments