bump version to next -beta

This commit is contained in:
2023-12-17 20:02:28 -07:00
parent b445b1234f
commit a5004d475e
3 changed files with 6 additions and 4 deletions

View File

@@ -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.