From 21b049ed7bbbef1a040402cd9c51c321037b9e3c Mon Sep 17 00:00:00 2001 From: Theodore Tsirpanis Date: Sun, 15 May 2022 14:06:52 +0300 Subject: [PATCH] This is version 1.1.0 --- DayGame.iss | 2 +- Source/DayGame.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DayGame.iss b/DayGame.iss index 10c4792..6bc79bd 100644 --- a/DayGame.iss +++ b/DayGame.iss @@ -1,5 +1,5 @@ #define MyAppName "DayGame" -#define MyAppVersion "1.0.2" +#define MyAppVersion "1.1.0" #define MyAppPublisher "Software Engineering Team 7" #define MyAppURL "https://github.com/teo-tsirpanis/DayGame" #define MyAppExeName "DayGame.exe" diff --git a/Source/DayGame.csproj b/Source/DayGame.csproj index 7c6ccea..010d469 100644 --- a/Source/DayGame.csproj +++ b/Source/DayGame.csproj @@ -1,7 +1,7 @@ WinExe - 1.0.2 + 1.1.0 net6.0-windows Major true