Skip to content

Commit 1c9b70e

Browse files
committed
v1.2.2
1 parent c51069c commit 1c9b70e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

MaterialChartPlugin/MaterialChartPlugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ namespace MaterialChartPlugin
1919
[ExportMetadata("Guid", "56B66906-608A-4BCC-9FE2-6B3B0093F377")]
2020
[ExportMetadata("Title", "MaterialChart")]
2121
[ExportMetadata("Description", "資材の推移をグラフで表示します。")]
22-
[ExportMetadata("Version", "1.2.1")]
22+
[ExportMetadata("Version", "1.2.2")]
2323
[ExportMetadata("Author", "@terry_u16")]
2424
[Export(typeof(ITool))]
2525
[Export(typeof(IRequestNotify))]

MaterialChartPlugin/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@
5151
// すべての値を指定するか、下のように '*' を使ってビルドおよびリビジョン番号を
5252
// 既定値にすることができます:
5353
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("1.2.1.0")]
55-
[assembly: AssemblyFileVersion("1.2.1.0")]
54+
[assembly: AssemblyVersion("1.2.2.0")]
55+
[assembly: AssemblyFileVersion("1.2.2.0")]

0 commit comments

Comments
 (0)