diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 55eb878..e5336a7 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -9,7 +9,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("Wox.Plugin.Spotify")] -[assembly: AssemblyCopyright("Copyright © 2017")] +[assembly: AssemblyCopyright("Copyright © 2018")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -31,5 +31,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("2.0.*")] -[assembly: AssemblyVersion("2.4.0.0")] -[assembly: AssemblyFileVersion("2.4.0.0")] +[assembly: AssemblyVersion("2.5.0.0")] +[assembly: AssemblyFileVersion("2.5.0.0")] diff --git a/plugin.json b/plugin.json index fa62b63..7fbf0d6 100644 --- a/plugin.json +++ b/plugin.json @@ -4,7 +4,7 @@ "Name":"Wox.Spotify", "Description":"Spotify for Wox", "Author":"Ioannis G. (@JohnTheGr8)", - "Version":"2.4.0", + "Version":"2.5.0", "Language":"csharp", "Website":"https://github.com/JohnTheGr8/Wox.Plugin.Spotify", "IcoPath":"icon.png",