Skip to content

Commit

Permalink
Updated version to 4.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Assistant committed Dec 4, 2018
1 parent 72757d3 commit 30a999f
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.4"; }
get { return "4.1.5"; }
}

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.4.0")]
[assembly: AssemblyFileVersion("4.1.4.0")]
[assembly: AssemblyVersion("4.1.5.0")]
[assembly: AssemblyFileVersion("4.1.5.0")]

0 comments on commit 30a999f

Please sign in to comment.