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