diff options
author | emkael <emkael@tlen.pl> | 2018-04-13 17:07:24 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2018-04-13 17:07:24 +0200 |
commit | 40fd243fcbf38cb4bddf9337b2d8be5165dd3b22 (patch) | |
tree | 5fcd03dd00c74653633b163f4fabe174647824d8 /Aktywator/Properties | |
parent | 252f77a86f9d70800e7cc9aa58de2557fba5fdaa (diff) |
Bumping version number
Diffstat (limited to 'Aktywator/Properties')
-rw-r--r-- | Aktywator/Properties/AssemblyInfo.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Aktywator/Properties/AssemblyInfo.cs b/Aktywator/Properties/AssemblyInfo.cs index 9f3f39f..90362f9 100644 --- a/Aktywator/Properties/AssemblyInfo.cs +++ b/Aktywator/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.1.4.0")] -[assembly: AssemblyFileVersion("1.1.4.0")] +[assembly: AssemblyVersion("1.1.4.1")] +[assembly: AssemblyFileVersion("1.1.4.1")] |