Skip to content

Commit

Permalink
build: bump next version
Browse files Browse the repository at this point in the history
  • Loading branch information
bsorrentino committed Nov 22, 2024
1 parent 61ba787 commit 533413f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-broadcaster",
"version": "5.2.0",
"version": "5.3.0",
"description": "Allow send message from Javascript to Native",
"cordova": {
"id": "cordova-plugin-broadcaster",
Expand All @@ -26,7 +26,7 @@
"2.3.0": {
"cordova-android": ">4.0.0"
},
"5.2.0": {
"5.3.0": {
"cordova-android": ">9.0.0"
}
}
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin id="cordova-plugin-broadcaster"
version="5.2.0"
version="5.3.0"
xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<engines>
Expand Down

0 comments on commit 533413f

Please sign in to comment.