diff --git a/CHANGELOG.md b/CHANGELOG.md index cecd430..70a8804 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## `4.3.2` +## `4.4.0` * Added 8 new themes from Big Sur 11.0.1 * Added Greek and Vietnamese translations (thanks masterjunior24 and Truong Huynh) diff --git a/src/Properties/AssemblyInfo.cs b/src/Properties/AssemblyInfo.cs index 4d00e75..7e7609a 100644 --- a/src/Properties/AssemblyInfo.cs +++ b/src/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("4.3.2")] +[assembly: AssemblyVersion("4.4.0")] //[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/uwp/Package.appxmanifest b/uwp/Package.appxmanifest index 19ff3e0..76872e4 100644 --- a/uwp/Package.appxmanifest +++ b/uwp/Package.appxmanifest @@ -1,6 +1,6 @@  - + WinDynamicDesktop Timothy Johnson