diff --git a/CHANGELOG.md b/CHANGELOG.md index fff5147..ec77cb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Nothing -## [0.3.6] - 2024.03.24 +## [0.3.6] - 2024.03.24 - 3a07e31d6313ab95711265562d9023c42916e141 ### Added - Button to mirror photo during video - More detailed onboarding help screen diff --git a/README.md b/README.md index dd2e6a0..157e8b6 100644 --- a/README.md +++ b/README.md @@ -55,8 +55,6 @@ npm run build * `rsync -azvu -e "ssh -i ~/.ssh/..." dist ubuntutest@test.timesafari.app:time-safari` -* Revert src/constants/app.ts and package.json (if that was prod). - * Commit changes. Record the new hash in the changelog. Edit package.json to increment version & add "-beta", `npm install`, and commit. Also record what version is on production. * [Tag with the new version.](https://gitea.anomalistdesign.com/trent_larson/crowd-funder-for-time-pwa/releases) diff --git a/package-lock.json b/package-lock.json index c620e67..1cbcd8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "TimeSafari", - "version": "0.3.6", + "version": "0.3.7-beta", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "TimeSafari", - "version": "0.3.6", + "version": "0.3.7-beta", "dependencies": { "@dicebear/collection": "^5.3.5", "@dicebear/core": "^5.3.5", diff --git a/package.json b/package.json index e92fd2d..5425d24 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "TimeSafari", - "version": "0.3.6", + "version": "0.3.7-beta", "private": true, "scripts": { "serve": "vue-cli-service serve",