diff --git a/CHANGELOG.md b/CHANGELOG.md index e7f615c..1223d25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ Tested on OS build 22000.493. * The weather widget shows an error screen when an error happens (like, using an incorrect location, or the network not working etc) (.3) * The weather widget supports dark mode (thanks @krlvm) (#755) (.4) * The weather widget supports setting window corner preference (rounded/not rounded) (.8) +* Option to clear weather widget local data (.10) #### Fixes diff --git a/version.h b/version.h index 4426db5..7e7c2a7 100644 --- a/version.h +++ b/version.h @@ -1,7 +1,7 @@ #define VER_MAJOR 22000 #define VER_MINOR 493 #define VER_BUILD_HI 42 -#define VER_BUILD_LO 9 +#define VER_BUILD_LO 10 #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.493.42.9" -#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.493.42.9" +#define VER_FILE_STRING VALUE "FileVersion", "22000.493.42.10" +#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.493.42.10"