mirror of
https://github.com/apache/cordova-plugin-screen-orientation.git
synced 2025-05-04 00:56:11 +08:00
chore(release): 3.0.2 (version string)
This commit is contained in:
parent
7f35359d96
commit
95e664d6eb
Binary file not shown.
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "cordova-plugin-screen-orientation",
|
||||
"version": "3.0.2-dev",
|
||||
"version": "3.0.2",
|
||||
"description": "Cordova Screen Orientation plugin",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/apache/cordova-plugin-screen-orientation"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://issues.apache.org/jira/browse/CB"
|
||||
"url": "https://github.com/apache/cordova-plugin-screen-orientation/issues"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "npm run jshint",
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
||||
id="cordova-plugin-screen-orientation"
|
||||
version="3.0.2-dev">
|
||||
version="3.0.2">
|
||||
<name>Screen Orientation</name>
|
||||
<description>Cordova Screen Orientation plugin</description>
|
||||
<license>Apache 2.0</license>
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "cordova-plugin-screen-orientation-tests",
|
||||
"version": "3.0.0-dev",
|
||||
"version": "3.0.2",
|
||||
"description": "",
|
||||
"cordova": {
|
||||
"id": "cordova-plugin-screen-orientation-tests",
|
||||
|
@ -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.2-dev">
|
||||
version="3.0.2">
|
||||
<name>Cordova Screen Orientation Plugin Tests</name>
|
||||
<license>Apache 2.0</license>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user