Skip to content

Commit

Permalink
This is version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
teo-tsirpanis committed May 15, 2022
1 parent 317895a commit 21b049e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DayGame.iss
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion Source/DayGame.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<Version>1.0.2</Version>
<Version>1.1.0</Version>
<TargetFramework>net6.0-windows</TargetFramework>
<RollForward>Major</RollForward>
<UseWindowsForms>true</UseWindowsForms>
Expand Down

0 comments on commit 21b049e

Please sign in to comment.