CB-13826 Updated version and RELEASENOTES.md for release 4.0.2

This commit is contained in:
Suraj Pindoria 2018-01-24 14:38:34 -08:00
parent 4b99623eda
commit 4b276ee534
4 changed files with 7 additions and 3 deletions

View File

@ -20,6 +20,10 @@
--> -->
# Release Notes # Release Notes
### 4.0.2 (Jan 24, 2018)
* [CB-13781](https://issues.apache.org/jira/browse/CB-13781) (android) Fixed permissions request on **Android** 8 to save a photo into the photo album
* [CB-13747](https://issues.apache.org/jira/browse/CB-13747) Add build-tools-26.0.2 to travis
### 4.0.1 (Dec 27, 2017) ### 4.0.1 (Dec 27, 2017)
* CB-13701Fix to allow 4.0.0 version install * CB-13701Fix to allow 4.0.0 version install

View File

@ -1,6 +1,6 @@
{ {
"name": "cordova-plugin-camera", "name": "cordova-plugin-camera",
"version": "4.0.2-dev", "version": "4.0.2",
"description": "Cordova Camera Plugin", "description": "Cordova Camera Plugin",
"types": "./types/index.d.ts", "types": "./types/index.d.ts",
"cordova": { "cordova": {

View File

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

View File

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