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-fetch.git
The following commit(s) were added to refs/heads/master by this push:
new d7f5822 chore: increment package version to 3.1.1-dev
d7f5822 is described below
commit d7f5822afff2e613b059e6ef870554542c2447e5
Author: Erisu <[email protected]>
AuthorDate: Tue Dec 13 12:46:45 2022 +0900
chore: increment package version to 3.1.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 4d7bfdd..ffaa3a7 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "cordova-fetch",
- "version": "3.1.0",
+ "version": "3.1.1-dev",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "cordova-fetch",
- "version": "3.1.0",
+ "version": "3.1.1-dev",
"license": "Apache-2.0",
"dependencies": {
"cordova-common": "^4.1.0",
diff --git a/package.json b/package.json
index d684d76..649f466 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "cordova-fetch",
- "version": "3.1.0",
+ "version": "3.1.1-dev",
"description": "Apache Cordova fetch module. Fetches from git and npm.",
"main": "index.js",
"repository": "github:apache/cordova-fetch",
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]