Skip to content

Commit

Permalink
0.1.25
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Arnesson committed Dec 3, 2017
1 parent 3997fd3 commit 8fd7af7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ See npm package for versions - https://www.npmjs.com/package/cordova-plugin-fire

Install the plugin by adding it your project's config.xml:
```
<plugin name="cordova-plugin-firebase" spec="0.1.24" />
<plugin name="cordova-plugin-firebase" spec="0.1.25" />
```
or by running:
```
cordova plugin add cordova-plugin-firebase@0.1.24 --save
cordova plugin add cordova-plugin-firebase@0.1.25 --save
```
Download your Firebase configuration files, GoogleService-Info.plist for ios and google-services.json for android, and place them in the root folder of your cordova project:

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"url": "https://github.com/arnesson/cordova-plugin-firebase"
},
"name": "cordova-plugin-firebase",
"version": "0.1.24",
"version": "0.1.25",
"description": "Cordova plugin for Google Firebase",
"cordova": {
"id": "cordova-plugin-firebase",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<plugin id="cordova-plugin-firebase" version="0.1.24"
<plugin id="cordova-plugin-firebase" version="0.1.25"
xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<name>Google Firebase Plugin</name>
Expand Down

0 comments on commit 8fd7af7

Please sign in to comment.