Skip to content

Commit

Permalink
v1.1.14-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
sarriaroman committed Mar 22, 2018
1 parent ebb15e6 commit 9363a29
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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

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

The iOS version uses Fabric SDK 1.7.5 and Crashlytics SDK 3.10.1 framework bundles which are located in `lib/ios`.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-fabric-plugin",
"version": "1.1.13-dev",
"version": "1.1.14-dev",
"description": "Cordova Fabric.io Plugin",
"cordova": {
"id": "cordova-fabric-plugin",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<plugin id="cordova-fabric-plugin" version="1.1.13-dev" xmlns="http://www.phonegap.com/ns/plugins/1.0">
<plugin id="cordova-fabric-plugin" version="1.1.14-dev" xmlns="http://www.phonegap.com/ns/plugins/1.0">

<name>cordova-fabric-plugin</name>
<description>Cordova Fabric.io Plugin</description>
Expand Down

0 comments on commit 9363a29

Please sign in to comment.