chore: Bump version to 1.1.0-beta (to be above anything from the master-patch branch)

This commit is contained in:
2025-08-24 14:31:36 -06:00
parent c2aaf3a20d
commit 03cc47eae0
3 changed files with 5 additions and 12 deletions

View File

@@ -344,17 +344,10 @@ current version to test DB migrations.
[online](https://gitea.anomalistdesign.com/trent_larson/crowd-funder-for-time-pwa/releases) or
`git tag 1.0.2 && git push origin 1.0.2`.
- For test, build the app (because test server is not yet set up to build):
- For test, build the app:
```bash
TIME_SAFARI_APP_TITLE="TimeSafari_Test" \
VITE_APP_SERVER=https://test.timesafari.app \
VITE_BVC_MEETUPS_PROJECT_CLAIM_ID=https://endorser.ch/entity/01HWE8FWHQ1YGP7GFZYYPS272F \
VITE_DEFAULT_ENDORSER_API_SERVER=https://test-api.endorser.ch \
VITE_DEFAULT_IMAGE_API_SERVER=https://test-image-api.timesafari.app \
VITE_DEFAULT_PARTNER_API_SERVER=https://test-partner-api.endorser.ch \
VITE_DEFAULT_PUSH_SERVER=https://test.timesafari.app \
VITE_PASSKEYS_ENABLED=true npm run build:web
npm run build:web:test
```
... and transfer to the test server: