From f13c3023a1a41433f7413c0c5c34138790d4fe7a Mon Sep 17 00:00:00 2001 From: lasedark Date: Sun, 5 Jan 2020 15:25:21 +0800 Subject: [PATCH] version updated --- BattleInfoPlugin/Plugin.cs | 4 ++-- BattleInfoPlugin/Properties/AssemblyInfo.cs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/BattleInfoPlugin/Plugin.cs b/BattleInfoPlugin/Plugin.cs index 7236de9..82168d5 100644 --- a/BattleInfoPlugin/Plugin.cs +++ b/BattleInfoPlugin/Plugin.cs @@ -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; diff --git a/BattleInfoPlugin/Properties/AssemblyInfo.cs b/BattleInfoPlugin/Properties/AssemblyInfo.cs index 3ebd6a3..623193c 100644 --- a/BattleInfoPlugin/Properties/AssemblyInfo.cs +++ b/BattleInfoPlugin/Properties/AssemblyInfo.cs @@ -51,4 +51,4 @@ // すべての値を指定するか、下のように '*' を使ってビルドおよびリビジョン番号を // 既定値にすることができます: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.0.0.0")] +[assembly: AssemblyVersion("2.1.0.0")]