Skip to content

Commit d50a41b

Browse files
committed
chore: bump 5.0.6-dev.0
1 parent 8dbbe18 commit d50a41b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@havesource/cordova-plugin-push",
3-
"version": "5.0.5",
3+
"version": "5.0.6-dev.0",
44
"description": "Register and receive push notifications.",
55
"scripts": {
66
"build": "babel src/js --out-dir www",

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
22
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
33
xmlns:android="http://schemas.android.com/apk/res/android"
4-
id="@havesource/cordova-plugin-push" version="5.0.5">
4+
id="@havesource/cordova-plugin-push" version="5.0.6-dev.0">
55

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

0 commit comments

Comments
 (0)