Browse Source

increment version & add "-beta"

pull/102/head
Trent Larson 9 months ago
parent
commit
769a928b3d
  1. 2
      CHANGELOG.md
  2. 4
      README.md
  3. 4
      package-lock.json
  4. 2
      package.json

2
CHANGELOG.md

@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.1.8] - 2023.12.27
## [0.1.8] - 2023.12.27- d26d1d360152a7d0e559b68486e85b72b88bd9ff
### Added
- DB logging for service-worker events
- Help page for notifications

4
README.md

@ -38,9 +38,9 @@ If you are deploying in a subdirectory, add it to `publicPath` in vue.config.js,
... to copy the contents of the `sw_scripts` folder to the `dist` folder - except additional_scripts.js.
* `rsync -azvu -e "ssh -i ~/.ssh/..." dist ubuntu@endorser.ch:time-safari`
* `rsync -azvu -e "ssh -i ~/.ssh/..." dist ubuntutest@test.timesafari.app:time-safari`
* Revert src/constants/app.ts and/or package.json, edit package.json to increment version & add "-beta", `npm install`, and commit.
* Revert src/constants/app.ts and package.json, edit package.json to increment version & add "-beta", `npm install`, and commit.

4
package-lock.json

@ -1,12 +1,12 @@
{
"name": "TimeSafari_Test",
"version": "0.1.8",
"version": "0.1.9-beta",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "TimeSafari_Test",
"version": "0.1.8",
"version": "0.1.9-beta",
"dependencies": {
"@ethersproject/hdnode": "^5.7.0",
"@fortawesome/fontawesome-svg-core": "^6.4.2",

2
package.json

@ -1,6 +1,6 @@
{
"name": "TimeSafari_Test",
"version": "0.1.8",
"version": "0.1.9-beta",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",

Loading…
Cancel
Save