mirror of
https://github.com/apache/cordova-plugin-screen-orientation.git
synced 2025-05-04 09:02:57 +08:00
chore: bump version 3.0.5-dev
This commit is contained in:
parent
b16cefcdf7
commit
821c91f975
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "cordova-plugin-screen-orientation",
|
"name": "cordova-plugin-screen-orientation",
|
||||||
"version": "3.0.4",
|
"version": "3.0.5-dev",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "cordova-plugin-screen-orientation",
|
"name": "cordova-plugin-screen-orientation",
|
||||||
"version": "3.0.4",
|
"version": "3.0.5-dev",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@cordova/eslint-config": "^3.0.0"
|
"@cordova/eslint-config": "^3.0.0"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "cordova-plugin-screen-orientation",
|
"name": "cordova-plugin-screen-orientation",
|
||||||
"version": "3.0.4",
|
"version": "3.0.5-dev",
|
||||||
"description": "Cordova Screen Orientation plugin",
|
"description": "Cordova Screen Orientation plugin",
|
||||||
"repository": "github:apache/cordova-plugin-screen-orientation",
|
"repository": "github:apache/cordova-plugin-screen-orientation",
|
||||||
"bugs": "https://github.com/apache/cordova-plugin-screen-orientation/issues",
|
"bugs": "https://github.com/apache/cordova-plugin-screen-orientation/issues",
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
||||||
id="cordova-plugin-screen-orientation"
|
id="cordova-plugin-screen-orientation"
|
||||||
version="3.0.4">
|
version="3.0.5-dev">
|
||||||
<name>Screen Orientation</name>
|
<name>Screen Orientation</name>
|
||||||
<description>Cordova Screen Orientation plugin</description>
|
<description>Cordova Screen Orientation plugin</description>
|
||||||
<license>Apache 2.0</license>
|
<license>Apache 2.0</license>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "cordova-plugin-screen-orientation-tests",
|
"name": "cordova-plugin-screen-orientation-tests",
|
||||||
"version": "3.0.4",
|
"version": "3.0.5-dev",
|
||||||
"description": "",
|
"description": "",
|
||||||
"cordova": {
|
"cordova": {
|
||||||
"id": "cordova-plugin-screen-orientation-tests",
|
"id": "cordova-plugin-screen-orientation-tests",
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
xmlns:rim="http://www.blackberry.com/ns/widgets"
|
xmlns:rim="http://www.blackberry.com/ns/widgets"
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
id="cordova-plugin-screen-orientation-tests"
|
id="cordova-plugin-screen-orientation-tests"
|
||||||
version="3.0.4">
|
version="3.0.5-dev">
|
||||||
<name>Cordova Screen Orientation Plugin Tests</name>
|
<name>Cordova Screen Orientation Plugin Tests</name>
|
||||||
<license>Apache 2.0</license>
|
<license>Apache 2.0</license>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user