diff --git a/installer/Version.props b/installer/Version.props index 1f9602a97b..5d07f4a593 100644 --- a/installer/Version.props +++ b/installer/Version.props @@ -1,7 +1,7 @@ - 0.19.1 + 0.19.2 Version=$(Version); \ No newline at end of file diff --git a/src/core/Microsoft.PowerToys.Settings.UI.Lib/Telemetry/Events/SettingsBootEvent.cs b/src/core/Microsoft.PowerToys.Settings.UI.Lib/Telemetry/Events/SettingsBootEvent.cs index fe3daace10..99918b229c 100644 --- a/src/core/Microsoft.PowerToys.Settings.UI.Lib/Telemetry/Events/SettingsBootEvent.cs +++ b/src/core/Microsoft.PowerToys.Settings.UI.Lib/Telemetry/Events/SettingsBootEvent.cs @@ -14,7 +14,7 @@ namespace Microsoft.PowerLauncher.Telemetry /// /// Gets The version string. TODO: This should be replaced by a P/Invoke call to get_product_version /// - public string Version => "v0.19.1"; + public string Version => "v0.19.2"; public double BootTimeMs { get; set; } diff --git a/src/core/Microsoft.PowerToys.Settings.UI/Package.appxmanifest b/src/core/Microsoft.PowerToys.Settings.UI/Package.appxmanifest index 776a1ae67c..981bd0b702 100644 --- a/src/core/Microsoft.PowerToys.Settings.UI/Package.appxmanifest +++ b/src/core/Microsoft.PowerToys.Settings.UI/Package.appxmanifest @@ -9,7 +9,7 @@ + Version="0.19.2.0" /> diff --git a/src/modules/launcher/PowerLauncher.Telemetry/Events/LauncherBootEvent.cs b/src/modules/launcher/PowerLauncher.Telemetry/Events/LauncherBootEvent.cs index 1d5fa76e90..b4c97cdaf1 100644 --- a/src/modules/launcher/PowerLauncher.Telemetry/Events/LauncherBootEvent.cs +++ b/src/modules/launcher/PowerLauncher.Telemetry/Events/LauncherBootEvent.cs @@ -10,7 +10,7 @@ namespace Microsoft.PowerLauncher.Telemetry /// /// TODO: This should be replaced by a P/Invoke call to get_product_version /// - public string Version => "v0.19.1"; + public string Version => "v0.19.2"; public double BootTimeMs { get; set; } diff --git a/src/modules/previewpane/MarkDownPreviewHandler/Telemetry/Events/MarkdownFileHandlerLoaded.cs b/src/modules/previewpane/MarkDownPreviewHandler/Telemetry/Events/MarkdownFileHandlerLoaded.cs index 83fbb0225c..4fef1a5912 100644 --- a/src/modules/previewpane/MarkDownPreviewHandler/Telemetry/Events/MarkdownFileHandlerLoaded.cs +++ b/src/modules/previewpane/MarkDownPreviewHandler/Telemetry/Events/MarkdownFileHandlerLoaded.cs @@ -17,7 +17,7 @@ namespace MarkdownPreviewHandler.Telemetry.Events /// /// Gets The version string. TODO: This should be replaced by a P/Invoke call to get_product_version. /// - public string Version => "v0.19.1"; + public string Version => "v0.19.2"; /// public PartA_PrivTags PartA_PrivTags => PartA_PrivTags.ProductAndServiceUsage; diff --git a/src/modules/previewpane/SvgPreviewHandler/Telemetry/Events/SvgFileHandlerLoaded.cs b/src/modules/previewpane/SvgPreviewHandler/Telemetry/Events/SvgFileHandlerLoaded.cs index 2cd3b4a57b..4f1673427b 100644 --- a/src/modules/previewpane/SvgPreviewHandler/Telemetry/Events/SvgFileHandlerLoaded.cs +++ b/src/modules/previewpane/SvgPreviewHandler/Telemetry/Events/SvgFileHandlerLoaded.cs @@ -17,7 +17,7 @@ namespace SvgPreviewHandler.Telemetry.Events /// /// Gets The version string. TODO: This should be replaced by a P/Invoke call to get_product_version. /// - public string Version => "v0.19.1"; + public string Version => "v0.19.2"; /// public PartA_PrivTags PartA_PrivTags => PartA_PrivTags.ProductAndServiceUsage;