Prepare for release 0.3.2
This commit is contained in:
Родитель
dd9c798961
Коммит
571a2cd1cf
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "cordova-plugin-appcenter-analytics",
|
||||
"version": "0.3.1",
|
||||
"version": "0.3.2",
|
||||
"description": "Provides Microsoft Azure App Center Analytics client for Cordova",
|
||||
"license": "MIT",
|
||||
"author": "Microsoft Corporation",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<plugin id="cordova-plugin-appcenter-analytics"
|
||||
version="0.3.1"
|
||||
version="0.3.2"
|
||||
xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
|||
<engine name="cordova" version=">=6.4.0" />
|
||||
<engine name="cordova-ios" version=">=4.3.0" />
|
||||
|
||||
<dependency id="cordova-plugin-appcenter-shared" version="0.3.1"/>
|
||||
<dependency id="cordova-plugin-appcenter-shared" version="0.3.2"/>
|
||||
|
||||
<js-module name="Analytics" src="www/Analytics.js">
|
||||
<clobbers target="AppCenter.Analytics" />
|
||||
|
@ -60,6 +60,6 @@
|
|||
<header-file src="src/ios/AppCenterAnalyticsPlugin.h" />
|
||||
<source-file src="src/ios/AppCenterAnalyticsPlugin.m" />
|
||||
|
||||
<framework src="AppCenter" type="podspec" spec="~> 1.13.1" />
|
||||
<framework src="AppCenter" type="podspec" spec="~> 1.13.2" />
|
||||
</platform>
|
||||
</plugin>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "cordova-plugin-appcenter-crashes",
|
||||
"version": "0.3.1",
|
||||
"version": "0.3.2",
|
||||
"description": "Provides Microsoft Azure App Center Crashes client for Cordova",
|
||||
"license": "MIT",
|
||||
"author": "Microsoft Corporation",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<plugin id="cordova-plugin-appcenter-crashes"
|
||||
version="0.3.1"
|
||||
version="0.3.2"
|
||||
xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
|||
<engine name="cordova" version=">=6.4.0" />
|
||||
<engine name="cordova-ios" version=">=4.3.0" />
|
||||
|
||||
<dependency id="cordova-plugin-appcenter-shared" version="0.3.1"/>
|
||||
<dependency id="cordova-plugin-appcenter-shared" version="0.3.2"/>
|
||||
|
||||
<js-module name="Crashes" src="www/Crashes.js">
|
||||
<clobbers target="AppCenter.Crashes" />
|
||||
|
@ -69,6 +69,6 @@
|
|||
<header-file src="src/ios/CrashesUtils.h" />
|
||||
<source-file src="src/ios/CrashesUtils.m" />
|
||||
|
||||
<framework src="AppCenter" type="podspec" spec="~> 1.13.1" />
|
||||
<framework src="AppCenter" type="podspec" spec="~> 1.13.2" />
|
||||
</platform>
|
||||
</plugin>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "cordova-plugin-appcenter-push",
|
||||
"version": "0.3.1",
|
||||
"version": "0.3.2",
|
||||
"description": "Provides Microsoft Azure App Center Push client for Cordova",
|
||||
"license": "MIT",
|
||||
"author": "Microsoft Corporation",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<plugin id="cordova-plugin-appcenter-push"
|
||||
version="0.3.1"
|
||||
version="0.3.2"
|
||||
xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
|||
<engine name="cordova" version=">=6.4.0" />
|
||||
<engine name="cordova-ios" version=">=4.3.0" />
|
||||
|
||||
<dependency id="cordova-plugin-appcenter-shared" version="0.3.1"/>
|
||||
<dependency id="cordova-plugin-appcenter-shared" version="0.3.2"/>
|
||||
|
||||
<js-module name="Push" src="www/Push.js">
|
||||
<clobbers target="AppCenter.Push" />
|
||||
|
@ -85,6 +85,6 @@
|
|||
<header-file src="src/ios/PushUtils.h" />
|
||||
<source-file src="src/ios/PushUtils.m" />
|
||||
|
||||
<framework src="AppCenter/Push" type="podspec" spec="~> 1.13.1" />
|
||||
<framework src="AppCenter/Push" type="podspec" spec="~> 1.13.2" />
|
||||
</platform>
|
||||
</plugin>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "cordova-plugin-appcenter-shared",
|
||||
"version": "0.3.1",
|
||||
"version": "0.3.2",
|
||||
"description": "Provides Microsoft Azure App Center shared functionality for Cordova",
|
||||
"license": "MIT",
|
||||
"author": "Microsoft Corporation",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<plugin id="cordova-plugin-appcenter-shared"
|
||||
version="0.3.1"
|
||||
version="0.3.2"
|
||||
xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
|
@ -55,6 +55,6 @@
|
|||
|
||||
<header-file src="src/ios/AppCenterSharedPlugin.h" />
|
||||
<source-file src="src/ios/AppCenterSharedPlugin.m" />
|
||||
<framework src="AppCenter" type="podspec" spec="~> 1.13.1" />
|
||||
<framework src="AppCenter" type="podspec" spec="~> 1.13.2" />
|
||||
</platform>
|
||||
</plugin>
|
||||
|
|
|
@ -32,10 +32,10 @@
|
|||
<plugin name="cordova-plugin-whitelist" spec="^1.3.3" />
|
||||
<plugin name="cordova-plugin-file" spec="^4.0.0" />
|
||||
<plugin name="cordova-plugin-camera" spec="^3.0.0" />
|
||||
<plugin name="cordova-plugin-appcenter-analytics" spec="^0.3.1" />
|
||||
<plugin name="cordova-plugin-appcenter-crashes" spec="^0.3.1" />
|
||||
<plugin name="cordova-plugin-appcenter-push" spec="^0.3.1" />
|
||||
<plugin name="cordova-plugin-appcenter-shared" spec="^0.3.1" />
|
||||
<plugin name="cordova-plugin-appcenter-analytics" spec="^0.3.2" />
|
||||
<plugin name="cordova-plugin-appcenter-crashes" spec="^0.3.2" />
|
||||
<plugin name="cordova-plugin-appcenter-push" spec="^0.3.2" />
|
||||
<plugin name="cordova-plugin-appcenter-shared" spec="^0.3.2" />
|
||||
<engine name="android" spec="^7.0.0" />
|
||||
<engine name="ios" spec="~4.5.4" />
|
||||
</widget>
|
||||
|
|
|
@ -20,10 +20,10 @@
|
|||
"dependencies": {
|
||||
"cordova-android": "^7.0.0",
|
||||
"cordova-ios": "^4.5.4",
|
||||
"cordova-plugin-appcenter-analytics": "^0.3.0",
|
||||
"cordova-plugin-appcenter-crashes": "^0.3.0",
|
||||
"cordova-plugin-appcenter-push": "^0.3.0",
|
||||
"cordova-plugin-appcenter-shared": "^0.3.0",
|
||||
"cordova-plugin-appcenter-analytics": "^0.3.2",
|
||||
"cordova-plugin-appcenter-crashes": "^0.3.2",
|
||||
"cordova-plugin-appcenter-push": "^0.3.2",
|
||||
"cordova-plugin-appcenter-shared": "^0.3.2",
|
||||
"cordova-plugin-camera": "^3.0.0",
|
||||
"cordova-plugin-file": "^5.0.0",
|
||||
"cordova-plugin-whitelist": "^1.3.3"
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
</div>
|
||||
|
||||
<div data-role="footer">
|
||||
<h1>Cordova SDK version 0.3.1</h1>
|
||||
<h1>Cordova SDK version 0.3.2</h1>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -53,7 +53,7 @@
|
|||
</div>
|
||||
|
||||
<div data-role="footer">
|
||||
<h1>Cordova SDK version 0.3.1</h1>
|
||||
<h1>Cordova SDK version 0.3.2</h1>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -83,7 +83,7 @@
|
|||
</div>
|
||||
|
||||
<div data-role="footer">
|
||||
<h1>Cordova SDK version 0.3.1</h1>
|
||||
<h1>Cordova SDK version 0.3.2</h1>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -99,7 +99,7 @@
|
|||
</div>
|
||||
|
||||
<div data-role="footer">
|
||||
<h1>Cordova SDK version 0.3.1</h1>
|
||||
<h1>Cordova SDK version 0.3.2</h1>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -122,7 +122,7 @@
|
|||
</div>
|
||||
|
||||
<div data-role="footer">
|
||||
<h1>Cordova SDK version 0.3.1</h1>
|
||||
<h1>Cordova SDK version 0.3.2</h1>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
Загрузка…
Ссылка в новой задаче