Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz committed Mar 7, 2022
1 parent 8656477 commit a5eda87
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### v2.4.3 (07-Mar-2022)

- Fixed an issue where the application silently failed to run if the system didn't have .NET Runtime 6.0.2 installed. If you continue seeing this issue, please uninstall all existing .NET runtimes from your computer and then try running the application again.

### v2.4.2 (06-Mar-2022)

- Added message about war in Ukraine.
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net6.0-windows</TargetFramework>
<Version>2.4.2</Version>
<Version>2.4.3</Version>
<Company>Tyrrrz</Company>
<Copyright>Copyright (C) Oleksii Holub</Copyright>
<LangVersion>preview</LangVersion>
Expand Down
2 changes: 1 addition & 1 deletion Installer/Installer.iss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define AppName "LightBulb"
#define AppVersion "2.4.2"
#define AppVersion "2.4.3"

[Setup]
AppId={{892F745F-A497-42ED-B503-8D74936D0BEB}
Expand Down

0 comments on commit a5eda87

Please sign in to comment.