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

This commit is contained in:
Steve Gill 2016-01-15 16:35:05 -08:00
parent eb009471ab
commit 0f32b78c82
4 changed files with 10 additions and 3 deletions

View File

@ -20,6 +20,13 @@
-->
# Release Notes
### 2.1.0 (Jan 15, 2016)
* added `.ratignore`
* CB-10319 **Android** Adding reflective helper methods for permission requests
* CB-9189 **Android** Implementing `save/restore` API to handle Activity destruction
* CB-10241 App Crash cause by Camera Plugin **iOS 7**
* CB-8940 Setting `z-index` values to maximum for UI buttons.
### 2.0.0 (Nov 18, 2015)
* [CB-10035](https://issues.apache.org/jira/browse/CB-10035) Updated `RELEASENOTES` to be newest to oldest
* [CB-8863](https://issues.apache.org/jira/browse/CB-8863) correct block usage for `async` calls

View File

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

View File

@ -22,7 +22,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:rim="http://www.blackberry.com/ns/widgets"
id="cordova-plugin-camera"
version="2.0.1-dev">
version="2.1.0">
<name>Camera</name>
<description>Cordova Camera Plugin</description>
<license>Apache 2.0</license>

View File

@ -22,7 +22,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:rim="http://www.blackberry.com/ns/widgets"
id="cordova-plugin-camera-tests"
version="2.0.1-dev">
version="2.1.0">
<name>Cordova Camera Plugin Tests</name>
<license>Apache 2.0</license>