From 174b57d19f54f7155b6dcecb64cd62b5ef4dc731 Mon Sep 17 00:00:00 2001 From: Robert Arnesson Date: Tue, 4 Jul 2017 23:01:13 +0200 Subject: [PATCH] 0.1.22 --- README.md | 4 ++-- package.json | 2 +- plugin.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f317a9e81..a52fe0504 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,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: ``` - + ``` or by running: ``` -cordova plugin add cordova-plugin-firebase@0.1.21 --save +cordova plugin add cordova-plugin-firebase@0.1.22 --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: diff --git a/package.json b/package.json index 76a657082..c9c2e7ad7 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "url": "https://github.com/arnesson/cordova-plugin-firebase" }, "name": "cordova-plugin-firebase", - "version": "0.1.21", + "version": "0.1.22", "description": "Cordova plugin for Google Firebase", "cordova": { "id": "cordova-plugin-firebase", diff --git a/plugin.xml b/plugin.xml index e10942842..34c87dd96 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,5 +1,5 @@ - Google Firebase Plugin