Skip to content

Commit f6407c2

Browse files
committed
Updated version to 4.1.0
1 parent 39cfc81 commit f6407c2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CustomAvatar/Plugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public string Name
6565

6666
public string Version
6767
{
68-
get { return "4.0.1"; }
68+
get { return "4.1.0"; }
6969
}
7070

7171
public static void Log(object message)

CustomAvatar/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("4.0.1.0")]
35-
[assembly: AssemblyFileVersion("4.0.1.0")]
34+
[assembly: AssemblyVersion("4.1.0.0")]
35+
[assembly: AssemblyFileVersion("4.1.0.0")]

0 commit comments

Comments
 (0)