mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
plugin version bumps
This commit is contained in:
parent
b939f22b19
commit
63ffb3a3c3
4 changed files with 3 additions and 15 deletions
|
|
@ -281,17 +281,5 @@ namespace Flow.Launcher
|
||||||
API.ShowMainWindow();
|
API.ShowMainWindow();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
private void OnPluginActionKeywordsClick(object sender, RoutedEventArgs e)
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
/*private void OnPluginPriorityClick(object sender, RoutedEventArgs e)
|
|
||||||
{
|
|
||||||
|
|
||||||
}*/
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
"Name": "Browser Bookmarks",
|
"Name": "Browser Bookmarks",
|
||||||
"Description": "Search your browser bookmarks",
|
"Description": "Search your browser bookmarks",
|
||||||
"Author": "qianlifeng, Ioannis G.",
|
"Author": "qianlifeng, Ioannis G.",
|
||||||
"Version": "1.5.1",
|
"Version": "1.5.2",
|
||||||
"Language": "csharp",
|
"Language": "csharp",
|
||||||
"Website": "https://github.com/Flow-Launcher/Flow.Launcher",
|
"Website": "https://github.com/Flow-Launcher/Flow.Launcher",
|
||||||
"ExecuteFileName": "Flow.Launcher.Plugin.BrowserBookmark.dll",
|
"ExecuteFileName": "Flow.Launcher.Plugin.BrowserBookmark.dll",
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
"Name": "Shell",
|
"Name": "Shell",
|
||||||
"Description": "Provide executing commands from Flow Launcher",
|
"Description": "Provide executing commands from Flow Launcher",
|
||||||
"Author": "qianlifeng",
|
"Author": "qianlifeng",
|
||||||
"Version": "1.4.4",
|
"Version": "1.4.5",
|
||||||
"Language": "csharp",
|
"Language": "csharp",
|
||||||
"Website": "https://github.com/Flow-Launcher/Flow.Launcher",
|
"Website": "https://github.com/Flow-Launcher/Flow.Launcher",
|
||||||
"ExecuteFileName": "Flow.Launcher.Plugin.Shell.dll",
|
"ExecuteFileName": "Flow.Launcher.Plugin.Shell.dll",
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
"Name": "URL",
|
"Name": "URL",
|
||||||
"Description": "Open the typed URL from Flow Launcher",
|
"Description": "Open the typed URL from Flow Launcher",
|
||||||
"Author": "qianlifeng",
|
"Author": "qianlifeng",
|
||||||
"Version": "1.1.6",
|
"Version": "1.1.7",
|
||||||
"Language": "csharp",
|
"Language": "csharp",
|
||||||
"Website": "https://github.com/Flow-Launcher/Flow.Launcher",
|
"Website": "https://github.com/Flow-Launcher/Flow.Launcher",
|
||||||
"ExecuteFileName": "Flow.Launcher.Plugin.Url.dll",
|
"ExecuteFileName": "Flow.Launcher.Plugin.Url.dll",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue