From bfd4e8c1dc86cdb884e482218faf3ef7d0c99105 Mon Sep 17 00:00:00 2001 From: brian91292 <8050523+brian91292@users.noreply.github.com> Date: Sat, 6 Apr 2019 12:41:26 -0500 Subject: [PATCH] bump version --- Plugin.cs | 2 +- Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Plugin.cs b/Plugin.cs index 91668d2..72aeff4 100644 --- a/Plugin.cs +++ b/Plugin.cs @@ -16,7 +16,7 @@ public class Plugin : IPlugin public static readonly string ModuleName = "StreamCore"; public string Name => ModuleName; - public string Version => "1.0.2"; + public string Version => "1.0.3"; public static Plugin Instance { get; private set; } diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index c7b1520..b517bf0 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.2.0")] -[assembly: AssemblyFileVersion("1.0.2.0")] +[assembly: AssemblyVersion("1.0.3.0")] +[assembly: AssemblyFileVersion("1.0.3.0")]