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

Commit

Permalink
4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sagrawal31 committed Jun 25, 2019
1 parent 0d798b5 commit e60cd91
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ This plugin brings push notifications, analytics, event tracking, crash reportin

## Table of Contents

- [Table of Contents](#table-of-contents)
<!-- toc -->

- [4.0.0 - Breaking Change](#400---breaking-change)
- [Difference from the fork repository](#difference-from-the-fork-repository)
- [Installation](#installation)
Expand All @@ -25,6 +26,8 @@ This plugin brings push notifications, analytics, event tracking, crash reportin
* [Google Tag Manager](#google-tag-manager)
* [Configuring Notifications](#configuring-notifications)

<!-- tocstop -->

## 4.0.0 - Breaking Change

Minimum `v8.0.0` of `cordova-android` is now required. View https://github.com/wizpanda/cordova-plugin-firebase-lib/pull/13 for details.
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-firebase-lib",
"version": "4.0.1",
"version": "4.1.0",
"author": {
"name": "Wiz Panda Techno Solutions",
"url": "https://www.wizpanda.com/"
Expand Down Expand Up @@ -30,8 +30,8 @@
"phone auth"
],
"scripts": {
"preversion": "git add CHANGELOG.md",
"version": "node ./bump-version.js && git add -A plugin.xml",
"preversion": "git add CHANGELOG.md && npx markdown-toc -i README.md && npx markdown-toc -i docs/API.md",
"version": "node ./bump-version.js && git add -A plugin.xml && git add README.md && git add API/*.md",
"postversion": "git push && git push --tags && npm publish --verbose",
"test": "npm run test:ios && npm run test:android && npm run test:browser",
"test:android": "npm run test:[email protected]:[email protected] && npm run test:[email protected]:[email protected] && npm run test:[email protected]:[email protected]",
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.1"
<plugin id="cordova-plugin-firebase-lib" version="4.1.0"
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 e60cd91

Please sign in to comment.