Skip to content

Commit 9363a29

Browse files
committed
v1.1.14-dev
1 parent ebb15e6 commit 9363a29

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 @@
44

55
This is a [Cordova](http://cordova.apache.org/) plugin for [Fabric.io](https://www.fabric.io)'s Crashlytics and Answers services.
66

7-
It requires Cordova 3.x or newer (tested on 5.4.0) and has APIs for iOS and Android.
7+
It requires Cordova 6.x or newer (tested on 7.0.0) and has APIs for iOS and Android.
88

99
The iOS version uses Fabric SDK 1.7.5 and Crashlytics SDK 3.10.1 framework bundles which are located in `lib/ios`.
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.1.13-dev",
3+
"version": "1.1.14-dev",
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.1.13-dev" xmlns="http://www.phonegap.com/ns/plugins/1.0">
3+
<plugin id="cordova-fabric-plugin" version="1.1.14-dev" 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)