From 11f1f402b2fb990a8e9c1ae77c8597a70bf848c2 Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Thu, 3 Feb 2022 13:48:31 +1100 Subject: [PATCH] version bump Merging 1.9.2 back into dev. Following commits already exist in dev: * Bump SharpZipLib in /Plugins/Flow.Launcher.Plugin.PluginsManager Bumps [SharpZipLib](https://github.com/icsharpcode/SharpZipLib) from 1.3.2 to 1.3.3. - [Release notes](https://github.com/icsharpcode/SharpZipLib/releases) - [Changelog](https://github.com/icsharpcode/SharpZipLib/blob/master/docs/Changes.txt) - [Commits](https://github.com/icsharpcode/SharpZipLib/compare/v1.3.2...v1.3.3) --- updated-dependencies: - dependency-name: SharpZipLib dependency-type: direct:production ... Signed-off-by: dependabot[bot] * version bump PluginsManager * Fix spellings in translation keys * Clean up deprecated translations * Some pedantic capitalisation * bump WebSearch plugin * use resources for raising top most success message * Use Microsoft Package to register toast notification * stop trigger global hotkey when shell plugin is not enabled * Shell plugin version bump * - Change Toggle Switch Flow (LTR from RTL) - Change Open Theme Folder Button Width to Responsive * - Adjust Priority Button Position * - Adjust Priority Button Margin * version bump Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: tech189 Co-authored-by: Hongtao Zhang Co-authored-by: DB p --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index c5e1cf842..df9f4e668 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: '1.9.1.{build}' +version: '1.9.2.{build}' init: - ps: |