diff --git a/installer/PowerToysSetup/Product.wxs b/installer/PowerToysSetup/Product.wxs index 7e3b6a3ecf..0578c56109 100644 --- a/installer/PowerToysSetup/Product.wxs +++ b/installer/PowerToysSetup/Product.wxs @@ -7,7 +7,7 @@ @@ -17,7 +17,7 @@ diff --git a/src/common/version.h b/src/common/version.h index 19ade978c1..f6669d4e31 100644 --- a/src/common/version.h +++ b/src/common/version.h @@ -5,7 +5,7 @@ #define VERSION_MAJOR 0 #define VERSION_MINOR 14 -#define VERSION_REVISION 1 +#define VERSION_REVISION 2 #define VERSION_BUILD 0 #define FILE_VERSION VERSION_MAJOR, VERSION_MINOR, VERSION_REVISION, VERSION_BUILD diff --git a/src/modules/fancyzones/editor/FancyZonesEditor/Properties/AssemblyInfo.cs b/src/modules/fancyzones/editor/FancyZonesEditor/Properties/AssemblyInfo.cs index 0e01fea19b..d330ad4cff 100644 --- a/src/modules/fancyzones/editor/FancyZonesEditor/Properties/AssemblyInfo.cs +++ b/src/modules/fancyzones/editor/FancyZonesEditor/Properties/AssemblyInfo.cs @@ -51,5 +51,5 @@ using System.Windows; // 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("0.14.1.0")] -[assembly: AssemblyFileVersion("0.14.1.0")] +[assembly: AssemblyVersion("0.14.2.0")] +[assembly: AssemblyFileVersion("0.14.2.0")]