Skip to content

Commit

Permalink
Updated version to 4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Assistant committed Dec 2, 2018
1 parent 8ba0510 commit d5f36df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CustomAvatar/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions CustomAvatar/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
[assembly: AssemblyVersion("4.1.2.0")]
[assembly: AssemblyFileVersion("4.1.2.0")]

0 comments on commit d5f36df

Please sign in to comment.