Repository: cordova-plugin-screen-orientation
Updated Branches:
  refs/heads/master 837c17b47 -> 22fdcf68d
Updated Tags:  refs/tags/2.0.0 [created] 22fdcf68d


[CB-12568] Updated version and RELEASENOTES.md for release 2.0.0


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

Branch: refs/heads/master
Commit: 22fdcf68d6f03baca3de652b60e54f2b60122573
Parents: 837c17b
Author: Jesse MacFadyen <[email protected]>
Authored: Tue Mar 14 15:17:23 2017 -0700
Committer: Jesse MacFadyen <[email protected]>
Committed: Tue Mar 14 15:17:23 2017 -0700

----------------------------------------------------------------------
 RELEASENOTES.md  | 8 ++++++--
 package.json     | 2 +-
 plugin.xml       | 2 +-
 tests/plugin.xml | 2 +-
 4 files changed, 9 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-screen-orientation/blob/22fdcf68/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 7e5e849..5c21e55 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -7,9 +7,9 @@
 # to you under the Apache License, Version 2.0 (the
 # "License"); you may not use this file except in compliance
 # with the License.  You may obtain a copy of the License at
-# 
+#
 # http://www.apache.org/licenses/LICENSE-2.0
-# 
+#
 # Unless required by applicable law or agreed to in writing,
 # software distributed under the License is distributed on an
 # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@@ -21,6 +21,10 @@
 
 # Release Notes
 
+
+### 2.0.0 (Mar 14, 2017)
+* [CB-11628](https://issues.apache.org/jira/browse/CB-11628) - w3c spec 
compliance https://www.w3.org/TR/screen-orientation/
+
 ### 1.4.2 (Dec 07, 2016)
 * [CB-11919](https://issues.apache.org/jira/browse/CB-11919) - Add github pull 
request template
 * Merge pull request #1 from DouglasHSS/master

http://git-wip-us.apache.org/repos/asf/cordova-plugin-screen-orientation/blob/22fdcf68/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 537414a..75d03ba 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-screen-orientation",
-  "version": "2.0.0-dev",
+  "version": "2.0.0",
   "description": "Adds Screen Orientation API lock and unlock functions to the 
global screen object in android, iOS, WP8, W8.1, and BB10.",
   "repository": {
     "type": "git",

http://git-wip-us.apache.org/repos/asf/cordova-plugin-screen-orientation/blob/22fdcf68/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index e889f7d..0880ec1 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="2.0.0-dev">
+    version="2.0.0">
     <name>Screen Orientation</name>
     <description>Adds Screen Orientation API lock and unlock functions to the 
global screen object in android, iOS, WP8, W8.1, and BB10.</description>
     <license>Apache 2.0</license>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-screen-orientation/blob/22fdcf68/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index c8d9755..ffddc59 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="1.0.0-dev">
+    version="2.0.0">
     <name>Cordova Screen Orientation Plugin Tests</name>
     <license>Apache 2.0</license>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to