Skip to content

Commit

Permalink
chore: bump 5.0.1-dev.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu committed Nov 21, 2024
1 parent 0a22fce commit 63fc15e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.0",
"version": "5.0.1-dev.0",
"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.0">
id="@havesource/cordova-plugin-push" version="5.0.1-dev.0">

<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 63fc15e

Please sign in to comment.