diff --git a/CHANGELOG.md b/CHANGELOG.md index 65d48903..2f658bc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog All notable changes to this project will be documented in this file. +## 2022.2 - 2022-01-09 + +### Added +- Add option to hide close button in title bar #104 + ## 2022.1 - 2022-01-01 ### Added diff --git a/src/tweetz.core/Models/VersionInfo.cs b/src/tweetz.core/Models/VersionInfo.cs index 78140c2f..2891c78b 100644 --- a/src/tweetz.core/Models/VersionInfo.cs +++ b/src/tweetz.core/Models/VersionInfo.cs @@ -2,7 +2,7 @@ { public static class VersionInfo { - public static string Version => "v2022.1"; + public static string Version => "v2022.2"; public static string Copyright => "Copyright 2022, Mike Ward"; } } \ No newline at end of file diff --git a/src/tweetz.core/tweetz.core.csproj b/src/tweetz.core/tweetz.core.csproj index c463ac2c..283fdb40 100644 --- a/src/tweetz.core/tweetz.core.csproj +++ b/src/tweetz.core/tweetz.core.csproj @@ -4,7 +4,7 @@ latest app.ico app.manifest - Copyright 2021, Mike Ward + Copyright 2022, Mike Ward A gadget-like desktop twitter client. en-US Enable @@ -22,9 +22,9 @@ - 2022.1 - 2022.1 - 2022.1 + 2022.2 + 2022.2 + 2022.2 diff --git a/src/twitter.core/twitter.core.csproj b/src/twitter.core/twitter.core.csproj index 62ac77eb..ff4ac355 100644 --- a/src/twitter.core/twitter.core.csproj +++ b/src/twitter.core/twitter.core.csproj @@ -2,7 +2,7 @@ latest - Copyright 2021, Mike Ward + Copyright 2022, Mike Ward A gadget-like desktop twitter client. en-US Enable @@ -18,9 +18,9 @@ - 2022.1 - 2022.1 - 2022.1 + 2022.2 + 2022.2 + 2022.2 diff --git a/tweetz.core.setup.iss b/tweetz.core.setup.iss index c1638d9f..cc1fc3ba 100644 --- a/tweetz.core.setup.iss +++ b/tweetz.core.setup.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "Tweetz" -#define MyAppVersion "2022.1" +#define MyAppVersion "2022.2" #define MyAppPublisher "Mike Ward" #define MyAppURL "https://mike-ward.net/tweetz" #define MyAppExeName "tweetz.core.exe"