Skip to content

Commit f141c20

Browse files
author
Önder Ceylan
committed
Bumping version to 1.0.9
1 parent f47d1c8 commit f141c20

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This is a [Cordova](http://cordova.apache.org/) plugin for [Fabric.io](https://w
44

55
It requires Cordova 3.x or newer (tested on 5.4.0) and has APIs for iOS and Android.
66

7-
The iOS version uses Fabric SDK 1.6.5 and Crashlytics SDK 3.6.0 framework bundles which are located in `lib/ios`.
7+
The iOS version uses Fabric SDK 1.6.9 and Crashlytics SDK 3.8.2 framework bundles which are located in `lib/ios`.
88

99
The Android version uses Gradle to get the Fabric SDK (`io.fabric.tools:gradle:1.+`) and the Crashlytics SDK (`com.crashlytics.sdk.android:crashlytics:2.5.5`) from Maven repositories when the plugin is added.
1010

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-fabric-plugin",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
44
"description": "Cordova Fabric.io Plugin",
55
"cordova": {
66
"id": "cordova-fabric-plugin",

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

3-
<plugin id="cordova-fabric-plugin" version="1.0.8" xmlns="http://www.phonegap.com/ns/plugins/1.0">
3+
<plugin id="cordova-fabric-plugin" version="1.0.9" xmlns="http://www.phonegap.com/ns/plugins/1.0">
44

55
<name>cordova-fabric-plugin</name>
66
<description>Cordova Fabric.io Plugin</description>

0 commit comments

Comments
 (0)