From d5f36df5b8b68804c4c9d59819c11d61fd902732 Mon Sep 17 00:00:00 2001 From: Assistant Date: Sun, 2 Dec 2018 19:10:02 -0400 Subject: [PATCH] Updated version to 4.1.2 --- CustomAvatar/Plugin.cs | 2 +- CustomAvatar/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CustomAvatar/Plugin.cs b/CustomAvatar/Plugin.cs index 5f1c6ec..62fee36 100644 --- a/CustomAvatar/Plugin.cs +++ b/CustomAvatar/Plugin.cs @@ -65,7 +65,7 @@ public string Name public string Version { - get { return "4.1.1"; } + get { return "4.1.2"; } } public static void Log(object message) diff --git a/CustomAvatar/Properties/AssemblyInfo.cs b/CustomAvatar/Properties/AssemblyInfo.cs index 30eaff1..29e23a6 100644 --- a/CustomAvatar/Properties/AssemblyInfo.cs +++ b/CustomAvatar/Properties/AssemblyInfo.cs @@ -31,5 +31,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("4.1.1.0")] -[assembly: AssemblyFileVersion("4.1.1.0")] \ No newline at end of file +[assembly: AssemblyVersion("4.1.2.0")] +[assembly: AssemblyFileVersion("4.1.2.0")] \ No newline at end of file