This is an automated email from the ASF dual-hosted git repository.

surajpindoria pushed a commit to branch 4.0.x
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-camera.git

commit 970aa74c1edcb6aaefa6b77b67c7214c75bf44af
Author: Suraj Pindoria <pindoria.su...@gmail.com>
AuthorDate: Wed Jan 24 14:38:34 2018 -0800

    CB-13826 Updated version and RELEASENOTES.md for release 4.0.2
---
 RELEASENOTES.md  | 4 ++++
 package.json     | 2 +-
 plugin.xml       | 2 +-
 tests/plugin.xml | 2 +-
 4 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 14cf100..3ba0d58 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,10 @@
 -->
 # 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)
 * CB-13701Fix to allow 4.0.0 version install
 
diff --git a/package.json b/package.json
index 4e9121f..cfba050 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-camera",
-  "version": "4.0.2-dev",
+  "version": "4.0.2",
   "description": "Cordova Camera Plugin",
   "types": "./types/index.d.ts",
   "cordova": {
diff --git a/plugin.xml b/plugin.xml
index 5497e4c..ba0d13d 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -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="4.0.2-dev">
+    version="4.0.2">
     <name>Camera</name>
     <description>Cordova Camera Plugin</description>
     <license>Apache 2.0</license>
diff --git a/tests/plugin.xml b/tests/plugin.xml
index a64262a..b27b82d 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -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="4.0.2-dev">
+    version="4.0.2">
     <name>Cordova Camera Plugin Tests</name>
     <license>Apache 2.0</license>
 

-- 
To stop receiving notification emails like this one, please contact
surajpindo...@apache.org.

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to