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"