Skip to content

Commit

Permalink
Remove podspec version
Browse files Browse the repository at this point in the history
  • Loading branch information
ReallySmallSoftware committed Oct 31, 2018
1 parent 0a3a15b commit 6add193
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ Set extra key/value integer value. Will only be logged in the event of a crash.
Set the identifier for the user. Take care when using this method and ensure you privacy policy is updated accordingly.

# History
## 0.0.8
- Remove podspec version for firebase

## 0.0.7
- Update Android dependency versions
- Update iOS dependency versions
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-plugin-firebase-crashlytics",
"version": "0.0.7",
"version": "0.0.8",
"cordova": {
"id": "cordova-plugin-firebase-crashlytics",
"platforms": [
Expand Down
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-firebase-crashlytics" version="0.0.7">
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-firebase-crashlytics" version="0.0.8">
<name>Cordova Firebase Crashlytics Plugin</name>
<description>Google Firebase Crashlytics</description>
<license>MIT</license>
Expand Down Expand Up @@ -68,7 +68,7 @@

<framework src="Fabric" type="podspec" spec="~> 1.7.6"/>
<framework src="Crashlytics" type="podspec" spec="~> 3.10.1"/>
<framework src="Firebase/Core" type="podspec" spec="~> 5.0.1"/>
<framework src="Firebase/Core" type="podspec" spec=""/>

<header-file src="src/ios/FirebaseCrashlyticsPlugin.h"/>
<source-file src="src/ios/FirebaseCrashlyticsPlugin.m"/>
Expand Down

0 comments on commit 6add193

Please sign in to comment.