Skip to content

Commit

Permalink
chore(release): raise version to 3.0.0+0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
EiyuuZack committed Apr 4, 2023
1 parent 09c246c commit 6c1ebbe
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
8 changes: 6 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": "cordova-plugin-statusbar",
"version": "3.0.0+0.1.2",
"version": "3.0.0+0.1.3",
"description": "Cordova StatusBar Plugin",
"types": "./types/index.d.ts",
"cordova": {
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-statusbar"
version="3.0.0+0.1.2">
version="3.0.0+0.1.3">
<name>StatusBar</name>
<description>Cordova StatusBar Plugin</description>
<license>Apache 2.0</license>
Expand Down
2 changes: 1 addition & 1 deletion tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-statusbar-tests",
"version": "3.0.0+0.1.2",
"version": "3.0.0+0.1.3",
"description": "",
"cordova": {
"id": "cordova-plugin-statusbar-tests",
Expand Down
2 changes: 1 addition & 1 deletion tests/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
xmlns:rim="http://www.blackberry.com/ns/widgets"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-statusbar-tests"
version="3.0.0+0.1.2">
version="3.0.0+0.1.3">
<name>Cordova StatusBar Plugin Tests</name>
<license>Apache 2.0</license>

Expand Down

0 comments on commit 6c1ebbe

Please sign in to comment.