chore: bump version 3.0.5-dev

This commit is contained in:
Erisu 2023-10-27 19:53:02 +09:00
parent b16cefcdf7
commit 821c91f975
No known key found for this signature in database
GPG Key ID: 2E5FF17FB26AF7F2
5 changed files with 6 additions and 6 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "cordova-plugin-screen-orientation",
"version": "3.0.4",
"version": "3.0.5-dev",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "cordova-plugin-screen-orientation",
"version": "3.0.4",
"version": "3.0.5-dev",
"license": "Apache-2.0",
"devDependencies": {
"@cordova/eslint-config": "^3.0.0"

View File

@ -1,6 +1,6 @@
{
"name": "cordova-plugin-screen-orientation",
"version": "3.0.4",
"version": "3.0.5-dev",
"description": "Cordova Screen Orientation plugin",
"repository": "github:apache/cordova-plugin-screen-orientation",
"bugs": "https://github.com/apache/cordova-plugin-screen-orientation/issues",

View File

@ -18,7 +18,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="cordova-plugin-screen-orientation"
version="3.0.4">
version="3.0.5-dev">
<name>Screen Orientation</name>
<description>Cordova Screen Orientation plugin</description>
<license>Apache 2.0</license>

View File

@ -1,6 +1,6 @@
{
"name": "cordova-plugin-screen-orientation-tests",
"version": "3.0.4",
"version": "3.0.5-dev",
"description": "",
"cordova": {
"id": "cordova-plugin-screen-orientation-tests",

View File

@ -22,7 +22,7 @@
xmlns:rim="http://www.blackberry.com/ns/widgets"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-screen-orientation-tests"
version="3.0.4">
version="3.0.5-dev">
<name>Cordova Screen Orientation Plugin Tests</name>
<license>Apache 2.0</license>