From e2c9c22ff415e5f21aa32df9fea7bbb97f1f1366 Mon Sep 17 00:00:00 2001 From: fcFn <fcFn@users.noreply.github.com> Date: Wed, 12 Jul 2017 15:55:37 +0300 Subject: [PATCH] Prepare v1.0.2 release Fixes #2 --- src/Traymond.rc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Traymond.rc b/src/Traymond.rc index 310ba01..1503cb5 100644 --- a/src/Traymond.rc +++ b/src/Traymond.rc @@ -4,9 +4,9 @@ VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,0,1,0 + FILEVERSION 1,0,2,0 - PRODUCTVERSION 1,0,1,0 + PRODUCTVERSION 1,0,2,0 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK @@ -36,7 +36,7 @@ BEGIN VALUE "FileDescription", "Traymond" - VALUE "FileVersion", "1.0.1" + VALUE "FileVersion", "1.0.2" VALUE "InternalName", "Traymond.exe" @@ -46,7 +46,7 @@ BEGIN VALUE "ProductName", "Traymond" - VALUE "ProductVersion", "1.0.1" + VALUE "ProductVersion", "1.0.2" VALUE "Comment", "https://github.com/fcFn/traymond"