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-device-orientation.git
commit c5ec2d7db6749fbb5e17a77e7b909265b49fe510 Author: Erisu <er...@apache.org> AuthorDate: Fri Oct 27 16:59:20 2023 +0900 revert: "chore: bump version 3.0.1-dev" This reverts commit 66b4c315f6595107a666bb416212dc638a432748. --- 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 e3a3aad..a46ace5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cordova-plugin-device-orientation", - "version": "3.0.1-dev", + "version": "3.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cordova-plugin-device-orientation", - "version": "3.0.1-dev", + "version": "3.0.0", "license": "Apache-2.0", "devDependencies": { "@cordova/eslint-config": "^3.0.0" diff --git a/package.json b/package.json index 9f39103..6af8588 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-device-orientation", - "version": "3.0.1-dev", + "version": "3.0.0", "description": "Cordova Device Orientation Plugin", "types": "./types/index.d.ts", "cordova": { diff --git a/plugin.xml b/plugin.xml index 9e1cf83..ef7b452 100644 --- a/plugin.xml +++ b/plugin.xml @@ -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-device-orientation" - version="3.0.1-dev"> + version="3.0.0"> <name>Device Orientation</name> <description>Cordova Device Orientation Plugin</description> diff --git a/tests/package.json b/tests/package.json index f359786..ead4510 100644 --- a/tests/package.json +++ b/tests/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-device-orientation-tests", - "version": "3.0.1-dev", + "version": "3.0.0", "description": "", "cordova": { "id": "cordova-plugin-device-orientation-tests", diff --git a/tests/plugin.xml b/tests/plugin.xml index 5701d5e..9c1d6c7 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -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-device-orientation-tests" - version="3.0.1-dev"> + version="3.0.0"> <name>Cordova Device 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