From 7062114322b0470d771d130687c16ea9c32f4c3b Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sat, 2 Mar 2024 01:33:58 +0000 Subject: [PATCH] Bump version to v1.0.4 --- app/wails.json | 2 +- server/server.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/wails.json b/app/wails.json index 82380d9..2ce8731 100644 --- a/app/wails.json +++ b/app/wails.json @@ -15,7 +15,7 @@ "info": { "companyName": "DiogoMartino", "productName": "Palworld Dedicated Server GUI", - "productVersion": "1.0.3", + "productVersion": "1.0.4", "copyright": "2024", "comments": "https://github.com/diogomartino/palworld-ds-gui" } diff --git a/server/server.json b/server/server.json index 52492a8..9beed09 100644 --- a/server/server.json +++ b/server/server.json @@ -1,7 +1,7 @@ { "companyName": "DiogoMartino", "productName": "Palworld Dedicated Server GUI Server", - "productVersion": "1.0.3", + "productVersion": "1.0.4", "copyright": "2024", "comments": "https://github.com/diogomartino/palworld-ds-gui" }