Skip to content
This repository was archived by the owner on Sep 30, 2019. It is now read-only.

Commit 42f4a7a

Browse files
committed
Updated version number.
1 parent 8f3c590 commit 42f4a7a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

PracticePlugin/Plugin.cs

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

2222
public string Version
2323
{
24-
get { return "v3.2"; }
24+
get { return "v3.0.1"; }
2525
}
2626

2727
public const float MaxSize = 5.05f;

PracticePlugin/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("3.2.0.0")]
35-
[assembly: AssemblyFileVersion("3.2.0.0")]
34+
[assembly: AssemblyVersion("3.0.1.0")]
35+
[assembly: AssemblyFileVersion("3.0.1.0")]

0 commit comments

Comments
 (0)