From 8291ff1b2eeebe33d389dc967c4e5d2ce45f04e3 Mon Sep 17 00:00:00 2001 From: Nayam Amarshe <25067102+NayamAmarshe@users.noreply.github.com> Date: Sun, 3 Dec 2023 23:42:50 -0800 Subject: [PATCH] Bump version --- common/feature-flags.ts | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/feature-flags.ts b/common/feature-flags.ts index 7436ffb..39e5241 100644 --- a/common/feature-flags.ts +++ b/common/feature-flags.ts @@ -4,6 +4,6 @@ type FeatureFlags = { }; export const featureFlags: FeatureFlags = { - APP_STORE_BUILD: true, + APP_STORE_BUILD: false, SHOW_UPSCAYL_CLOUD_INFO: false, }; diff --git a/package.json b/package.json index e7aa713..7fe1565 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "upscayl", "private": true, - "version": "2.9.5", + "version": "2.9.4", "productName": "Upscayl", "author": { "name": "Nayam Amarshe",