diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ff18e5..4bd29e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. ## [Unreleased] -## [1.1.9] - 2024-xx-xx +## [1.1.9] - 2024-09-16 - QuickLook support to preview folders and files - Improved code quality and performance diff --git a/Flow.Launcher.Plugin.ShortcutPlugin/plugin.json b/Flow.Launcher.Plugin.ShortcutPlugin/plugin.json index f14e870..e18c680 100644 --- a/Flow.Launcher.Plugin.ShortcutPlugin/plugin.json +++ b/Flow.Launcher.Plugin.ShortcutPlugin/plugin.json @@ -3,11 +3,11 @@ "Name": "Shortcuts", "Description": "Open user defined shortcut quickly from Flow Launcher", "Author": "Mantelis", - "Version": "1.1.8", + "Version": "1.1.9", "Language": "csharp", "ActionKeyword": "q", "Website": "https://github.com/mantasjasikenas/flow-launcher-shortcuts-plugin", - "UrlDownload":"https://github.com/mantasjasikenas/flow-launcher-shortcuts-plugin/releases/download/v1.1.8/Flow.Launcher.Plugin.ShortcutPlugin.zip", + "UrlDownload":"https://github.com/mantasjasikenas/flow-launcher-shortcuts-plugin/releases/download/v1.1.9/Flow.Launcher.Plugin.ShortcutPlugin.zip", "UrlSourceCode": "https://github.com/mantasjasikenas/flow-launcher-shortcuts-plugin/tree/master", "IcoPath": "images\\icon.png", "ExecuteFileName": "Flow.Launcher.Plugin.ShortcutPlugin.dll"