From 30a999f11fe41e58c43c9f3a47261f18ad76555e Mon Sep 17 00:00:00 2001 From: Assistant Date: Mon, 3 Dec 2018 22:27:13 -0400 Subject: [PATCH] Updated version to 4.1.5 --- 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 4c7ba39..1885547 100644 --- a/CustomAvatar/Plugin.cs +++ b/CustomAvatar/Plugin.cs @@ -65,7 +65,7 @@ public string Name public string Version { - get { return "4.1.4"; } + get { return "4.1.5"; } } public static void Log(object message) diff --git a/CustomAvatar/Properties/AssemblyInfo.cs b/CustomAvatar/Properties/AssemblyInfo.cs index 3a83f7b..b7ea8e4 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.4.0")] -[assembly: AssemblyFileVersion("4.1.4.0")] \ No newline at end of file +[assembly: AssemblyVersion("4.1.5.0")] +[assembly: AssemblyFileVersion("4.1.5.0")] \ No newline at end of file