worktimehero

git clone https://git.clttr.info/worktimehero.git
Log (Feed) | Files | Refs (Tags) | README | LICENSE

commit 043c313797b351624b334067477a2cc4e59076bd
parent 12feb8bf816b695c48cfd7f5eb77821e762b1ec6
Author: René Wagner <rwagner@rw-net.de>
Date:   Wed, 20 May 2020 19:56:49 +0200

increase version

Diffstat:
MWorkTimeHero/Properties/AssemblyInfo.cs | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/WorkTimeHero/Properties/AssemblyInfo.cs b/WorkTimeHero/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.3.1.0")] -[assembly: AssemblyFileVersion("1.3.1.0")] +[assembly: AssemblyVersion("1.4.0.0")] +[assembly: AssemblyFileVersion("1.4.0.0")]