Skip to content

Commit 63ffb3a

Browse files
committed
plugin version bumps
1 parent b939f22 commit 63ffb3a

File tree

4 files changed

+3
-15
lines changed

4 files changed

+3
-15
lines changed

Flow.Launcher/SettingWindow.xaml.cs

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -281,17 +281,5 @@ private void OnExternalPluginInstallClick(object sender, RoutedEventArgs e)
281281
API.ShowMainWindow();
282282
}
283283
}
284-
285-
/*
286-
private void OnPluginActionKeywordsClick(object sender, RoutedEventArgs e)
287-
{
288-
289-
}
290-
*/
291-
292-
/*private void OnPluginPriorityClick(object sender, RoutedEventArgs e)
293-
{
294-
295-
}*/
296284
}
297285
}

Plugins/Flow.Launcher.Plugin.BrowserBookmark/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"Name": "Browser Bookmarks",
55
"Description": "Search your browser bookmarks",
66
"Author": "qianlifeng, Ioannis G.",
7-
"Version": "1.5.1",
7+
"Version": "1.5.2",
88
"Language": "csharp",
99
"Website": "https://github.com/Flow-Launcher/Flow.Launcher",
1010
"ExecuteFileName": "Flow.Launcher.Plugin.BrowserBookmark.dll",

Plugins/Flow.Launcher.Plugin.Shell/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"Name": "Shell",
55
"Description": "Provide executing commands from Flow Launcher",
66
"Author": "qianlifeng",
7-
"Version": "1.4.4",
7+
"Version": "1.4.5",
88
"Language": "csharp",
99
"Website": "https://github.com/Flow-Launcher/Flow.Launcher",
1010
"ExecuteFileName": "Flow.Launcher.Plugin.Shell.dll",

Plugins/Flow.Launcher.Plugin.Url/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"Name": "URL",
55
"Description": "Open the typed URL from Flow Launcher",
66
"Author": "qianlifeng",
7-
"Version": "1.1.6",
7+
"Version": "1.1.7",
88
"Language": "csharp",
99
"Website": "https://github.com/Flow-Launcher/Flow.Launcher",
1010
"ExecuteFileName": "Flow.Launcher.Plugin.Url.dll",

0 commit comments

Comments
 (0)