Skip to content

Commit 4961bf3

Browse files
committed
bump version for release
Explorer, Plugin, Flow Launcher
1 parent a828e9c commit 4961bf3

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
</PropertyGroup>
1515

1616
<PropertyGroup>
17-
<Version>1.0.0</Version>
18-
<PackageVersion>1.0.0</PackageVersion>
19-
<AssemblyVersion>1.0.0</AssemblyVersion>
20-
<FileVersion>1.0.0</FileVersion>
17+
<Version>1.1.0</Version>
18+
<PackageVersion>1.1.0</PackageVersion>
19+
<AssemblyVersion>1.1.0</AssemblyVersion>
20+
<FileVersion>1.1.0</FileVersion>
2121
<PackageId>Flow.Launcher.Plugin</PackageId>
2222
<Authors>Flow-Launcher</Authors>
2323
<PackageLicenseExpression>MIT</PackageLicenseExpression>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"Name": "Explorer",
55
"Description": "Search and manage files and folders. Explorer utilises Windows Index Search",
66
"Author": "Jeremy Wu",
7-
"Version": "1.0.0",
7+
"Version": "1.1.0",
88
"Language": "csharp",
99
"Website": "https://github.com/Flow-Launcher/Flow.Launcher",
1010
"ExecuteFileName": "Flow.Launcher.Plugin.Explorer.dll",

SolutionAssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
[assembly: AssemblyTrademark("")]
1717
[assembly: AssemblyCulture("")]
1818
[assembly: ComVisible(false)]
19-
[assembly: AssemblyVersion("1.0.0")]
20-
[assembly: AssemblyFileVersion("1.0.0")]
21-
[assembly: AssemblyInformationalVersion("1.0.0")]
19+
[assembly: AssemblyVersion("1.1.0")]
20+
[assembly: AssemblyFileVersion("1.1.0")]
21+
[assembly: AssemblyInformationalVersion("1.1.0")]

0 commit comments

Comments
 (0)