This is an automated email from the ASF dual-hosted git repository.

erisu pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/cordova-plugin-screen-orientation.git

commit 821c91f9759317383dd231f3b5f747e947d84dcc
Author: Erisu <er...@apache.org>
AuthorDate: Fri Oct 27 19:53:02 2023 +0900

    chore: bump version 3.0.5-dev
---
 package-lock.json  | 4 ++--
 package.json       | 2 +-
 plugin.xml         | 2 +-
 tests/package.json | 2 +-
 tests/plugin.xml   | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index 8861370..1e9c0f8 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -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"
diff --git a/package.json b/package.json
index 2493d7f..d20677a 100644
--- a/package.json
+++ b/package.json
@@ -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";,
diff --git a/plugin.xml b/plugin.xml
index a4f5c7d..da2dc95 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -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>
diff --git a/tests/package.json b/tests/package.json
index 985c69e..9c630fe 100644
--- a/tests/package.json
+++ b/tests/package.json
@@ -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",
diff --git a/tests/plugin.xml b/tests/plugin.xml
index f73af08..eac300a 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -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>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to