Skip to content

Commit

Permalink
version up to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MikiraSora committed Dec 4, 2018
1 parent d2dddb7 commit e6378b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion OsuLiveStatusPanel/OsuLiveStatusPanelPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

namespace OsuLiveStatusPanel
{
[SyncPluginID("dcca15cb-8b8c-4375-934c-2c2b34862e33", "2.1.0")]
[SyncPluginID("dcca15cb-8b8c-4375-934c-2c2b34862e33", "2.1.1")]
public class OsuLiveStatusPanelPlugin : Plugin, IConfigurable
{
private enum UsingSource
Expand Down
4 changes: 2 additions & 2 deletions OsuLiveStatusPanel/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号
//通过使用 "*",如下所示:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.1.0.0")]
[assembly: AssemblyFileVersion("2.1.0.0")]
[assembly: AssemblyVersion("2.1.1.0")]
[assembly: AssemblyFileVersion("2.1.1.0")]

0 comments on commit e6378b5

Please sign in to comment.