Skip to content

Commit 7dd5c12

Browse files
authored
Merge pull request #941 from Flow-Launcher/release_version_bump
Release 1.9.1 version bump
2 parents c2d992d + 07760f4 commit 7dd5c12

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"Name":"Process Killer",
55
"Description":"Kill running processes from Flow",
66
"Author":"Flow-Launcher",
7-
"Version":"1.2.3",
7+
"Version":"1.2.4",
88
"Language":"csharp",
99
"Website":"https://github.com/Flow-Launcher/Flow.Launcher.Plugin.ProcessKiller",
1010
"IcoPath":"Images\\app.png",

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.2.0",
7+
"Version": "1.2.1",
88
"Language": "csharp",
99
"Website": "https://github.com/Flow-Launcher/Flow.Launcher",
1010
"ExecuteFileName": "Flow.Launcher.Plugin.Url.dll",

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '1.9.0.{build}'
1+
version: '1.9.1.{build}'
22

33
init:
44
- ps: |

0 commit comments

Comments
 (0)