diff --git a/CHANGELOG.md b/CHANGELOG.md index b6646b0..6cf6c5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.3.15] +## [0.3.15] - 2024.06.22 - c8f0f2c2b16b9f0b4b47d40f7bf29058c7baa68e ### Added - Edit gives - Page to edit claim JSON before submitting diff --git a/README.md b/README.md index 9987a62..b2d71e9 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ TIME_SAFARI_APP_TITLE="TimeSafari_Test" VITE_BVC_MEETUPS_PROJECT_CLAIM_ID=https: npm run build ``` -* Get on the server and back up 3 DBs and the time-safari folder. +* Get on the server and back up the time-safari/dist folder. * `rsync -azvu -e "ssh -i ~/.ssh/..." dist ubuntutest@test.timesafari.app:time-safari` diff --git a/package-lock.json b/package-lock.json index 597607d..165053a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "TimeSafari", - "version": "0.3.15", + "version": "0.3.16-beta", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "TimeSafari", - "version": "0.3.15", + "version": "0.3.16-beta", "dependencies": { "@dicebear/collection": "^5.4.1", "@dicebear/core": "^5.4.1", diff --git a/package.json b/package.json index 4c4e3ab..6db0d6b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "TimeSafari", - "version": "0.3.15", + "version": "0.3.16-beta", "scripts": { "dev": "vite", "serve": "vite preview",