Skip to content
This repository was archived by the owner on Jun 23, 2022. It is now read-only.

Commit 089ed2c

Browse files
committed
Version bump to 2.2.1
1 parent fcf3741 commit 089ed2c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

DNSChanger/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using System.Reflection;
2-
using System.Runtime.CompilerServices;
32
using System.Runtime.InteropServices;
43

54
// General Information about an assembly is controlled through the following
@@ -10,7 +9,7 @@
109
[assembly: AssemblyConfiguration("")]
1110
[assembly: AssemblyCompany("Kamil Monicz")]
1211
[assembly: AssemblyProduct("DNSChanger")]
13-
[assembly: AssemblyCopyright("Copyright © 2020 Kamil Monicz")]
12+
[assembly: AssemblyCopyright("Copyright © 2021 Kamil Monicz")]
1413
[assembly: AssemblyTrademark("")]
1514
[assembly: AssemblyCulture("")]
1615

@@ -32,5 +31,5 @@
3231
// You can specify all the values or you can default the Build and Revision Numbers
3332
// by using the '*' as shown below:
3433
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("2.2.0.0")]
36-
[assembly: AssemblyFileVersion("2.2.0.0")]
34+
[assembly: AssemblyVersion("2.2.1.0")]
35+
[assembly: AssemblyFileVersion("2.2.1.0")]

0 commit comments

Comments
 (0)