Skip to content

Commit 17e53df

Browse files
committed
update version to 3.1.0
1 parent 0e118e3 commit 17e53df

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

AutoClicker/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
[assembly: AssemblyConfiguration("")]
1313
[assembly: AssemblyCompany("")]
1414
[assembly: AssemblyProduct("AutoClicker")]
15-
[assembly: AssemblyCopyright("Copyright © 2020")]
15+
[assembly: AssemblyCopyright("Copyright © 2021")]
1616
[assembly: AssemblyTrademark("")]
1717
[assembly: AssemblyCulture("")]
1818

@@ -51,5 +51,6 @@
5151
// You can specify all the values or you can default the Build and Revision Numbers
5252
// by using the '*' as shown below:
5353
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("3.0.0.0")]
54+
[assembly: AssemblyVersion("3.1.0.0")]
5555
[assembly: AssemblyFileVersion("1.0.0.0")]
56+
[assembly: NeutralResourcesLanguage("en")]

0 commit comments

Comments
 (0)