Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
lasedark committed Jan 7, 2021
1 parent e8ec3a3 commit 740a1f6
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.1")]
[ExportMetadata("Version", "2.3")]
[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.1.0")]
[assembly: AssemblyVersion("2.3.0.0")]

0 comments on commit 740a1f6

Please sign in to comment.