Skip to content

Commit 7a8a3f5

Browse files
authored
Update AssemblyInfo increment minor version
1 parent 2f65b70 commit 7a8a3f5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

SpellGUIV2/Properties/AssemblyInfo.cs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
[assembly: AssemblyConfiguration("")]
1313
[assembly: AssemblyCompany("stoneharry")]
1414
[assembly: AssemblyProduct("SpellEditor")]
15-
[assembly: AssemblyCopyright("Copyright © 2024")]
15+
[assembly: AssemblyCopyright("Copyright © 2025")]
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("2.2.4.0")]
55-
[assembly: AssemblyFileVersion("2.2.4.0")]
54+
[assembly: AssemblyVersion("2.2.5.0")]
55+
[assembly: AssemblyFileVersion("2.2.5.0")]
56+

0 commit comments

Comments
 (0)