From 0fb37acb24f867f414d3aeaf13fa143896b19353 Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Mon, 1 Jan 2024 19:38:07 -0700 Subject: [PATCH] increment version and add -beta --- README.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8093b2d..5e418a1 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ If you are deploying in a subdirectory, add it to `publicPath` in vue.config.js, * `rsync -azvu -e "ssh -i ~/.ssh/..." dist ubuntutest@test.timesafari.app:time-safari` -* Revert src/constants/app.ts and package.json, edit package.json to increment version & add "-beta", `npm install`, and commit. Also record what version is on production. +* Revert src/constants/app.ts and package.json (if that was prod), edit package.json to increment version & add "-beta", `npm install`, and commit. Also record what version is on production. diff --git a/package-lock.json b/package-lock.json index 12d492a..92e69ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "TimeSafari_Test", - "version": "0.1.9", + "version": "0.1.10-beta", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "TimeSafari_Test", - "version": "0.1.9", + "version": "0.1.10-beta", "dependencies": { "@ethersproject/hdnode": "^5.7.0", "@fortawesome/fontawesome-svg-core": "^6.4.2", diff --git a/package.json b/package.json index 3e8cccc..d4b296e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "TimeSafari_Test", - "version": "0.1.9", + "version": "0.1.10-beta", "private": true, "scripts": { "serve": "vue-cli-service serve",