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.1.5 " ,
3
+ "version" : " 5.1.6 " ,
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
2
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 " >
4
4
<name >cordova-plugin-ionic</name >
5
5
<description >Ionic Cordova SDK</description >
6
6
<license >MIT</license >
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ class IonicDeployImpl {
58
58
private _fileManager : FileManager = new FileManager ( ) ;
59
59
private SNAPSHOT_CACHE = 'ionic_built_snapshots' ;
60
60
private MANIFEST_FILE = 'pro-manifest.json' ;
61
- public PLUGIN_VERSION = '5.1.5 ' ;
61
+ public PLUGIN_VERSION = '5.1.6 ' ;
62
62
63
63
constructor ( appInfo : IAppInfo , preferences : ISavedPreferences ) {
64
64
this . appInfo = appInfo ;
You can’t perform that action at this time.
0 commit comments