diff --git a/Changelog.md b/Changelog.md index 1ad76179..fa083065 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,7 @@ +### v2.33.2 (07-Mar-2022) + +- Actually fixed it this time. + ### v2.33.1 (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. diff --git a/Directory.Build.props b/Directory.Build.props index 82054970..2cb388c7 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -2,7 +2,7 @@ <PropertyGroup> <TargetFramework>net6.0</TargetFramework> - <Version>2.33.1</Version> + <Version>2.33.2</Version> <Company>Tyrrrz</Company> <Copyright>Copyright (c) Oleksii Holub</Copyright> <LangVersion>preview</LangVersion>