diff --git a/NEWS b/NEWS index 86cdd5d8..80f9a348 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,7 @@ +Version 0.3 +----------- + - Added win_sparkle_set_app_details() for setting app metadata from code, as an alternative to their extraction from resources. - It is no longer necessary to call win_sparkle_set_appcast_url(), the diff --git a/include/winsparkle-version.h b/include/winsparkle-version.h index 5df98ad6..b302dc74 100644 --- a/include/winsparkle-version.h +++ b/include/winsparkle-version.h @@ -31,7 +31,7 @@ *--------------------------------------------------------------------------*/ #define WIN_SPARKLE_VERSION_MAJOR 0 -#define WIN_SPARKLE_VERSION_MINOR 2 +#define WIN_SPARKLE_VERSION_MINOR 3 #define WIN_SPARKLE_VERSION_MICRO 0 /**