From 6fff8228d268138af62d2425f18fa27aa850450e Mon Sep 17 00:00:00 2001 From: Dominik Chrastecky Date: Mon, 11 Sep 2023 16:31:54 +0200 Subject: [PATCH] Increase version before release --- src/environments/environment.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/environments/environment.ts b/src/environments/environment.ts index e922819..528f22a 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -4,7 +4,7 @@ export const environment = { apiUrl: 'https://fediseer.com/api', apiVersion: 'v1', appName: 'FediseerGUI', - appVersion: '0.9.2', + appVersion: '0.9.3', maintainer: '@rikudou@lemmings.world', defaultCensuresListInstanceFilter: [FilterSpecialValueAllInstances], sourceCodeLink: 'https://github.com/RikudouSage/FediseerGUI',