diff --git a/NotifyEx/Plugin.cs b/NotifyEx/Plugin.cs index 502a46a..c413acb 100644 --- a/NotifyEx/Plugin.cs +++ b/NotifyEx/Plugin.cs @@ -20,7 +20,7 @@ namespace NotifyEx [ExportMetadata("Guid", "3190E362-3833-4953-87C3-B2C22C058EE8")] [ExportMetadata("Title", "NotifyEx")] [ExportMetadata("Description", "通知内容扩展")] - [ExportMetadata("Version", "0.2.1")] + [ExportMetadata("Version", "0.3.0")] [ExportMetadata("Author", "@Yoctillion")] public class Plugin : IPlugin, ITool, IRequestNotify { diff --git a/NotifyEx/Properties/AssemblyInfo.cs b/NotifyEx/Properties/AssemblyInfo.cs index 9f1f77e..e41de89 100644 --- a/NotifyEx/Properties/AssemblyInfo.cs +++ b/NotifyEx/Properties/AssemblyInfo.cs @@ -51,4 +51,4 @@ // すべての値を指定するか、下のように '*' を使ってビルドおよびリビジョン番号を // 既定値にすることができます: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.2.1")] +[assembly: AssemblyVersion("0.3.0")]