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-create.git
The following commit(s) were added to refs/heads/master by this push:
new d4a7c87 chore: increment package version to 5.0.1-dev
d4a7c87 is described below
commit d4a7c876417c79ac170f1202d4015451485c9abc
Author: Erisu <[email protected]>
AuthorDate: Tue May 16 10:54:25 2023 +0900
chore: increment package version to 5.0.1-dev
---
package-lock.json | 4 ++--
package.json | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index d6685d2..083d675 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "cordova-create",
- "version": "5.0.0",
+ "version": "5.0.1-dev",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "cordova-create",
- "version": "5.0.0",
+ "version": "5.0.1-dev",
"license": "Apache-2.0",
"dependencies": {
"cordova-app-hello-world": "^6.0.0",
diff --git a/package.json b/package.json
index e86b804..0a5e6a0 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "cordova-create",
- "version": "5.0.0",
+ "version": "5.0.1-dev",
"description": "Apache Cordova create module. Creates new project from
default or template",
"main": "index.js",
"repository": "github:apache/cordova-create",
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]