diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fdd02e..28fea69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,11 @@ Please make sure you are connected to the Internet while installing, the applica * Option to disable Win+F (Feedback Hub) hotkey * Built-in support for OS build 22000.613 +##### 2 + +* Weather: Fixed a bug that had "COM Surrogate" display as a running app in Task Manager after the widget flyout was opened the first time +* Weather: Fixed a bug that could hang or lock the shutdown/restart/sign out process when using the weather widget + ## 22000.556.43 Tested on OS build 22000.556. diff --git a/version.h b/version.h index e0224a0..1da193d 100644 --- a/version.h +++ b/version.h @@ -1,7 +1,7 @@ #define VER_MAJOR 22000 #define VER_MINOR 613 #define VER_BUILD_HI 44 -#define VER_BUILD_LO 1 +#define VER_BUILD_LO 2 #define VER_FLAGS VS_FF_PRERELEASE @@ -12,5 +12,5 @@ #define VER_STR(arg) #arg // The String form of the version numbers -#define VER_FILE_STRING VALUE "FileVersion", "22000.613.44.1" -#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.613.44.1" +#define VER_FILE_STRING VALUE "FileVersion", "22000.613.44.2" +#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.613.44.2"