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

This commit is contained in:
Jesse MacFadyen 2017-03-14 15:17:23 -07:00
parent 837c17b479
commit 22fdcf68d6
4 changed files with 9 additions and 5 deletions

View File

@ -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

View File

@ -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",

View File

@ -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>

View File

@ -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>