From a5004d475e8d9417eae42033c074381896e79f8d Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Sun, 17 Dec 2023 20:02:28 -0700 Subject: [PATCH] bump version to next -beta --- README.md | 4 +++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1542f3b0..3108afc3 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,9 @@ If you are deploying in a subdirectory, add it to `publicPath` in vue.config.js, ...to make sure the service worker scripts are in proper form -* Update the CHANGELOG.md & the version in package.json, run `npm install`, and commit. Tag wth the new version: `git tag 0.1.0` +* Update the CHANGELOG.md & the version in package.json, run `npm install`, and commit. + +* Tag wth the new version: `git tag 0.1.0`. Increment version, add "-beta", `npm install`, and commit. * If production, change src/constants/app.ts DEFAULT_*_SERVER to be PROD. diff --git a/package-lock.json b/package-lock.json index cae30b5f..28608e0f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "TimeSafari", - "version": "0.1.6", + "version": "0.1.7-beta", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "TimeSafari", - "version": "0.1.6", + "version": "0.1.7-beta", "dependencies": { "@ethersproject/hdnode": "^5.7.0", "@fortawesome/fontawesome-svg-core": "^6.4.2", diff --git a/package.json b/package.json index 4cd49a2a..ea027b7a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "TimeSafari", - "version": "0.1.6", + "version": "0.1.7-beta", "private": true, "scripts": { "serve": "vue-cli-service serve",