1
0
mirror of https://github.com/upscayl/upscayl.git synced 2024-11-28 01:10:52 +01:00

Bump version

This commit is contained in:
Nayam Amarshe 2023-12-03 23:42:50 -08:00
parent 0a84fab4b6
commit 8291ff1b2e
2 changed files with 2 additions and 2 deletions

View File

@ -4,6 +4,6 @@ type FeatureFlags = {
}; };
export const featureFlags: FeatureFlags = { export const featureFlags: FeatureFlags = {
APP_STORE_BUILD: true, APP_STORE_BUILD: false,
SHOW_UPSCAYL_CLOUD_INFO: false, SHOW_UPSCAYL_CLOUD_INFO: false,
}; };

View File

@ -1,7 +1,7 @@
{ {
"name": "upscayl", "name": "upscayl",
"private": true, "private": true,
"version": "2.9.5", "version": "2.9.4",
"productName": "Upscayl", "productName": "Upscayl",
"author": { "author": {
"name": "Nayam Amarshe", "name": "Nayam Amarshe",