Skip to content

Commit

Permalink
3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
veigr committed Jul 3, 2020
1 parent 6b40e17 commit f8a9bea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion EventMapHpViewer/MapHpViewer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ namespace EventMapHpViewer
public class MapHpViewer : IPlugin, ITool, ISettings
{
internal const string title = "MapHPViewer";
internal const string version = "3.4.1";
internal const string version = "3.4.2";
private ToolViewModel toolVm;
private SettingsViewModel settingsVm;

Expand Down
2 changes: 1 addition & 1 deletion EventMapHpViewer/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@
// すべての値を指定するか、下のように '*' を使ってビルドおよびリビジョン番号を
// 既定値にすることができます:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.4.1.0")]
[assembly: AssemblyVersion("3.4.2.0")]

0 comments on commit f8a9bea

Please sign in to comment.