You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2017/09/18 20:51:46 UTC

cordova-plugin-device-orientation git commit: CB-13294: Updated version to 2.0.0 for deprecation

Repository: cordova-plugin-device-orientation
Updated Branches:
  refs/heads/master 2ed5d5e58 -> d6b3322fc


CB-13294: Updated version to 2.0.0 for deprecation


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/commit/d6b3322f
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/tree/d6b3322f
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/diff/d6b3322f

Branch: refs/heads/master
Commit: d6b3322fcb29f2c0dee6152c1733029725668ea4
Parents: 2ed5d5e
Author: Steve Gill <st...@gmail.com>
Authored: Mon Sep 18 13:51:26 2017 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Mon Sep 18 13:51:26 2017 -0700

----------------------------------------------------------------------
 RELEASENOTES.md | 2 +-
 package.json    | 2 +-
 plugin.xml      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/blob/d6b3322f/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 1203e7a..65530ff 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,7 +20,7 @@
 -->
 # Release Notes
 
-### 1.0.8 (Sep 18, 2017)
+### 2.0.0 (Sep 18, 2017)
 * [CB-13076](https://issues.apache.org/jira/browse/CB-13076) added deprecation notice to info tag
 * [CB-12728](https://issues.apache.org/jira/browse/CB-12728) Device Orientation - SUNSET
 * [CB-13028](https://issues.apache.org/jira/browse/CB-13028) (CI) **Browser** builds on `Travis` and `AppVeyor`

http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/blob/d6b3322f/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 4ea7670..b1d09ca 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-device-orientation",
-  "version": "1.0.9-dev",
+  "version": "2.0.0",
   "description": "[DEPRECATED] Cordova Device Orientation Plugin",
   "types": "./types/index.d.ts",
   "cordova": {

http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/blob/d6b3322f/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 2c86786..3635ac7 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="1.0.9-dev">
+    version="2.0.0">
 
     <name>Device Orientation</name>
     <description>[DEPRECATED] Cordova Device Orientation Plugin</description>


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