Skip to content
This repository has been archived by the owner on Jul 27, 2019. It is now read-only.

Commit

Permalink
4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sagrawal31 committed Jun 19, 2019
1 parent 9d968eb commit 688b634
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change Log

## v4.4.0 - Breaking Change
## v4.0.1

1. Fixed typo in `firebase-browser.js`

## v4.0.0 - Breaking Change

1. Stop supporting `cordova-android 7.x.x`. Minimum `cordova-android 8.0.0` is required.
2. Fix the failing build due to breaking changes released by Google Firebase on Jun 17, 2019.
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-lib",
"version": "4.0.0",
"version": "4.0.1",
"author": {
"name": "Wiz Panda Techno Solutions",
"url": "https://www.wizpanda.com/"
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-lib" version="4.0.0"
<plugin id="cordova-plugin-firebase-lib" version="4.0.1"
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 688b634

Please sign in to comment.