Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
lasedark committed Nov 29, 2020
1 parent 7498a20 commit 60b8d8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BattleInfoPlugin/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace BattleInfoPlugin
[ExportMetadata("Guid", "55F1599E-5FAD-4696-A972-BF8C4B3C1B76")]
[ExportMetadata("Title", "BattleInfo")]
[ExportMetadata("Description", "戦闘情報を表示します。")]
[ExportMetadata("Version", "2.2.0")]
[ExportMetadata("Version", "2.2.1")]
[ExportMetadata("Author", "@veigr, @Madmanmayson, @laserdark")]
public class Plugin : IPlugin, ITool, IRequestNotify, ILocalizable
{
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.2.0.0")]
[assembly: AssemblyVersion("2.2.1.0")]

0 comments on commit 60b8d8c

Please sign in to comment.