Skip to content

Commit ee609ed

Browse files
authored
Develop (Merge): Prepare Application for Release v0.2.3-alpha
Prepare Application for Release v0.2.3-alpha
2 parents 7f57105 + 927fdc9 commit ee609ed

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Client/StellarChat.Client.Web/wwwroot/appsettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"app": {
33
"name": "Stellar Chat",
4-
"version": "v0.2.2-alpha",
4+
"version": "v0.2.3-alpha",
55
"logoLarge": "",
66
"logoSmall": "https://raw.githubusercontent.com/ktutak1337/Stellar-Chat/main/docs/assets/logo-small.jpg",
77
"releases": "https://github.com/ktutak1337/Stellar-Chat/releases"

src/Client/StellarChat.Client.Web/wwwroot/appsettings.template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"app": {
33
"name": "Stellar Chat",
4-
"version": "v0.2.2-alpha",
4+
"version": "v0.2.3-alpha",
55
"logoLarge": "",
66
"logoSmall": "https://raw.githubusercontent.com/ktutak1337/Stellar-Chat/main/docs/assets/logo-small.jpg",
77
"releases": "https://github.com/ktutak1337/Stellar-Chat/releases"

src/Server/StellarChat.Server.Api/appsettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"app": {
33
"name": "Stellar Chat",
4-
"version": "v0.2.2-alpha"
4+
"version": "v0.2.3-alpha"
55
},
66
"AllowedHosts": "*",
77
"openAI": {

0 commit comments

Comments
 (0)