You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2021/07/28 05:31:35 UTC

[cordova-plugin-camera] branch master updated: fix: incorrect version in package-lock (#748)

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

erisu 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 e81e02b  fix: incorrect version in package-lock (#748)
e81e02b is described below

commit e81e02b21f94e0164aae62f49b2f41f66031fdd8
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Wed Jul 28 14:31:19 2021 +0900

    fix: incorrect version in package-lock (#748)
---
 package-lock.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package-lock.json b/package-lock.json
index 4182cfd..2a3051a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-camera",
-  "version": "5.0.2-dev",
+  "version": "5.0.3-dev",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {

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