CB-10368 Updated version and RELEASENOTES.md for release 2.1.0

This commit is contained in:
Steve Gill 2016-01-15 16:35:06 -08:00
parent a4a1065c4f
commit e6e8c5be10
4 changed files with 8 additions and 3 deletions

View File

@ -20,6 +20,11 @@
-->
# Release Notes
### 2.1.0 (Jan 15, 2016)
* CB-9513 Allow to show/hide status bar in fullscreen mode.
* CB-8720 Fix status bar position when app started upside down on **iOS 7**.
* CB-10118 Fixes plugin loading error for **Browser** platform
### 2.0.0 (Nov 18, 2015)
* [CB-10035](https://issues.apache.org/jira/browse/CB-10035) Updated `RELEASENOTES` to be newest to oldest
* Added `weakSelf` reference for block use

View File

@ -1,6 +1,6 @@
{
"name": "cordova-plugin-statusbar",
"version": "2.0.1-dev",
"version": "2.1.0",
"description": "Cordova StatusBar Plugin",
"cordova": {
"id": "cordova-plugin-statusbar",

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-statusbar"
version="2.0.1-dev">
version="2.1.0">
<name>StatusBar</name>
<description>Cordova StatusBar Plugin</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-statusbar-tests"
version="2.0.1-dev">
version="2.1.0">
<name>Cordova StatusBar Plugin Tests</name>
<license>Apache 2.0</license>