From 3e975e6cf4fc8ee5bbc321b0a55bfea53f117781 Mon Sep 17 00:00:00 2001 From: Yeechan Lu Date: Sun, 23 Mar 2014 22:07:02 +0800 Subject: [PATCH] Bump to 1.0.1 --- Properties/AssemblyInfo.cs | 6 +++--- plugin.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 917e311..9d46e6f 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -32,6 +32,6 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] -[assembly: AssemblyInformationalVersion("1.0.0.0")] \ No newline at end of file +[assembly: AssemblyVersion("1.0.1.0")] +[assembly: AssemblyFileVersion("1.0.1.0")] +[assembly: AssemblyInformationalVersion("1.0.1.0")] \ No newline at end of file diff --git a/plugin.json b/plugin.json index 6bbf643..2ff8fa5 100644 --- a/plugin.json +++ b/plugin.json @@ -4,7 +4,7 @@ "Name": "Switcheroo for Wox", "Description": "The humble incremental-search task switcher for Wox", "Author": "orzFly, Regin Larsen, James Sulak", - "Version": "1.0.0", + "Version": "1.0.1", "Language": "csharp", "Website": "https://github.com/orzFly/Wox.Plugin.Switcheroo", "ExecuteFileName": "Wox.Plugin.Switcheroo.dll"