diff --git a/installer/MSIX/appxmanifest.xml b/installer/MSIX/appxmanifest.xml
index 117b747a66..c07515bc24 100644
--- a/installer/MSIX/appxmanifest.xml
+++ b/installer/MSIX/appxmanifest.xml
@@ -7,7 +7,7 @@
xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10"
xmlns:desktop4="http://schemas.microsoft.com/appx/manifest/desktop/windows10/4"
xmlns:desktop5="http://schemas.microsoft.com/appx/manifest/desktop/windows10/5" IgnorableNamespaces="desktop4">
-
+
PowerToys
Microsoft Corporation
diff --git a/installer/PowerToysSetup/Product.wxs b/installer/PowerToysSetup/Product.wxs
index 3f446ce03f..f7d86f2510 100644
--- a/installer/PowerToysSetup/Product.wxs
+++ b/installer/PowerToysSetup/Product.wxs
@@ -8,7 +8,7 @@
diff --git a/src/common/version.h b/src/common/version.h
index d123b28ccf..47c45fc9fc 100644
--- a/src/common/version.h
+++ b/src/common/version.h
@@ -5,7 +5,7 @@
#define VERSION_MAJOR 0
#define VERSION_MINOR 15
-#define VERSION_REVISION 0
+#define VERSION_REVISION 1
#define FILE_VERSION VERSION_MAJOR, VERSION_MINOR, VERSION_REVISION, 0
#define FILE_VERSION_STRING STRINGIZE(VERSION_MAJOR) "." STRINGIZE(VERSION_MINOR) "." STRINGIZE(VERSION_REVISION) ".0"
diff --git a/src/modules/fancyzones/editor/FancyZonesEditor/Properties/AssemblyInfo.cs b/src/modules/fancyzones/editor/FancyZonesEditor/Properties/AssemblyInfo.cs
index acf5dadf3f..0ef76a40d7 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.15.0.0")]
-[assembly: AssemblyFileVersion("0.15.0.0")]
+[assembly: AssemblyVersion("0.15.1.0")]
+[assembly: AssemblyFileVersion("0.15.1.0")]