bump to v 1.3.13 (for a web release)

This commit is contained in:
2026-04-05 19:58:36 -06:00
parent 81647e1f3c
commit ea662f4430
3 changed files with 11 additions and 3 deletions

View File

@@ -6,8 +6,8 @@
export enum AppString {
// This is used in titles and verbiage inside the app.
// There is also an app name without spaces, for packaging in the package.json file used in the manifest.
APP_NAME = "Giftopia",
APP_NAME_NO_SPACES = APP_NAME,
APP_NAME = "Time Safari",
APP_NAME_NO_SPACES = "TimeSafari",
PROD_ENDORSER_API_SERVER = "https://api.endorser.ch",
TEST_ENDORSER_API_SERVER = "https://test-api.endorser.ch",