Skip to content

Commit

Permalink
release(5.0.4): version & changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu committed Dec 18, 2024
1 parent 99b3cc8 commit 7043864
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 5.0.4

- Updated the plugin version in `plugin.xml`. (It was missed in the last three patches :D)

## 5.0.3

**Important Note:**
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@havesource/cordova-plugin-push",
"version": "5.0.4-dev.0",
"version": "5.0.4",
"description": "Register and receive push notifications.",
"scripts": {
"build": "babel src/js --out-dir www",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="@havesource/cordova-plugin-push" version="5.0.1-dev.0">
id="@havesource/cordova-plugin-push" version="5.0.4">

<name>Cordova Push Plugin</name>
<description>Enable receiving push notifications on Android and iOS devices. Android uses Firebase Cloud Messaging. iOS uses Apple APNS Notifications.</description>
Expand Down

0 comments on commit 7043864

Please sign in to comment.