You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ni...@apache.org on 2021/08/09 08:53:21 UTC

[cordova-plugin-camera] branch master updated: Bump 5.0.4-dev

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 5587bec  Bump 5.0.4-dev
5587bec is described below

commit 5587bec3204f03af4cb7a263b9bd6cd4a3fd5522
Author: Niklas Merz <nm...@gedys-intraware.de>
AuthorDate: Mon Aug 9 10:53:00 2021 +0200

    Bump 5.0.4-dev
---
 package-lock.json  | 2 +-
 package.json       | 4 ++--
 plugin.xml         | 2 +-
 tests/package.json | 2 +-
 tests/plugin.xml   | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index 64b5a70..a8d6d4f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-camera",
-  "version": "5.0.3",
+  "version": "5.0.4-dev",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index 1fad00f..336768c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-camera",
-  "version": "5.0.3",
+  "version": "5.0.4-dev",
   "description": "Cordova Camera Plugin",
   "types": "./types/index.d.ts",
   "cordova": {
@@ -45,7 +45,7 @@
         "cordova-ios": ">=5.1.0",
         "cordova": ">=9.0.0"
       },
-      "5.0.3": {
+      "5.0.4-dev": {
         "cordova-android": "<10.0.0",
         "cordova-ios": ">=5.1.0",
         "cordova": ">=9.0.0"
diff --git a/plugin.xml b/plugin.xml
index 655b53f..c64ea22 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -21,7 +21,7 @@
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="cordova-plugin-camera"
-    version="5.0.3">
+    version="5.0.4-dev">
     <name>Camera</name>
     <description>Cordova Camera Plugin</description>
     <license>Apache 2.0</license>
diff --git a/tests/package.json b/tests/package.json
index 5696aae..8b01061 100644
--- a/tests/package.json
+++ b/tests/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-camera-tests",
-  "version": "5.0.3",
+  "version": "5.0.4-dev",
   "description": "",
   "cordova": {
     "id": "cordova-plugin-camera-tests",
diff --git a/tests/plugin.xml b/tests/plugin.xml
index f8488b6..08f016f 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="5.0.3">
+    version="5.0.4-dev">
     <name>Cordova Camera Plugin Tests</name>
     <license>Apache 2.0</license>
 

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