From 2e8b3e498903adc43190ccb3c09234972082b951 Mon Sep 17 00:00:00 2001 From: ktutak1337 Date: Sat, 27 Jul 2024 04:33:16 +0200 Subject: [PATCH] Chore(WEB::AppSettings): Bump application version to v0.2.2-alpha --- src/Client/StellarChat.Client.Web/wwwroot/appsettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Client/StellarChat.Client.Web/wwwroot/appsettings.json b/src/Client/StellarChat.Client.Web/wwwroot/appsettings.json index 372c01a..271efd6 100644 --- a/src/Client/StellarChat.Client.Web/wwwroot/appsettings.json +++ b/src/Client/StellarChat.Client.Web/wwwroot/appsettings.json @@ -1,7 +1,7 @@ { "app": { "name": "Stellar Chat", - "version": "v0.2.1-alpha", + "version": "v0.2.2-alpha", "logoLarge": "", "logoSmall": "https://raw.githubusercontent.com/ktutak1337/Stellar-Chat/main/docs/assets/logo-small.jpg", "releases": "https://github.com/ktutak1337/Stellar-Chat/releases"