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