diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cf1bec..5f13fb6 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/README.md b/README.md index 5f11e1e..ae846d4 100644 --- a/README.md +++ b/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. diff --git a/package-lock.json b/package-lock.json index cabc147..5af4fea 100644 --- a/package-lock.json +++ b/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", diff --git a/package.json b/package.json index fb988db..e282d72 100644 --- a/package.json +++ b/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",