diff options
author | emkael <emkael@tlen.pl> | 2018-10-23 19:04:24 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2018-10-23 19:04:24 +0200 |
commit | e37fd194f74a7548b1fe9d7866cea2b2b64e5504 (patch) | |
tree | f3cd5769e16e230d0c79af014176cbdb2fcd10e5 /Aktywator | |
parent | f0366782867de119d5133f18746adb58a26a0ddc (diff) |
Bumping version numberrandom-pin
Fixes michzimny/aktywator#48
Diffstat (limited to 'Aktywator')
-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 90362f9..af831a3 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.1")] -[assembly: AssemblyFileVersion("1.1.4.1")] +[assembly: AssemblyVersion("1.1.5.0")] +[assembly: AssemblyFileVersion("1.1.5.0")] |