Skip to content

Commit

Permalink
version updated
Browse files Browse the repository at this point in the history
  • Loading branch information
lasedark committed Jan 5, 2020
1 parent 794a1be commit f13c302
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions BattleInfoPlugin/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ namespace BattleInfoPlugin
[ExportMetadata("Guid", "55F1599E-5FAD-4696-A972-BF8C4B3C1B76")]
[ExportMetadata("Title", "BattleInfo")]
[ExportMetadata("Description", "戦闘情報を表示します。")]
[ExportMetadata("Version", "2.0.0")]
[ExportMetadata("Author", "@veigr, @Madmanmayson")]
[ExportMetadata("Version", "2.1.0")]
[ExportMetadata("Author", "@veigr, @Madmanmayson, @laserdark")]
public class Plugin : IPlugin, ITool, IRequestNotify, ILocalizable
{
private readonly ToolViewModel vm;
Expand Down
2 changes: 1 addition & 1 deletion BattleInfoPlugin/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@
// すべての値を指定するか、下のように '*' を使ってビルドおよびリビジョン番号を
// 既定値にすることができます:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.0.0.0")]
[assembly: AssemblyVersion("2.1.0.0")]

0 comments on commit f13c302

Please sign in to comment.