From c90dfe38ec072d0da002888e582378ddf2859ae6 Mon Sep 17 00:00:00 2001 From: TheSwerik Date: Thu, 7 May 2020 16:58:42 +0200 Subject: [PATCH] looks way better now --- Inno Config.iss | 2 +- RedEye.UI/src/MainWindow.xaml | 2 +- appveyor.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Inno Config.iss b/Inno Config.iss index 15738d29..feb4da4f 100644 --- a/Inno Config.iss +++ b/Inno Config.iss @@ -1,6 +1,6 @@ ; Variables: #define MyAppName "RedEye" -#define MyAppVersion "1.1.1" +#define MyAppVersion "1.1.2" #define MyAppPublisher "Swerik" #define MyAppURL "https://github.com/TheSwerik/RedEye" #define MyAppExeName "RedEye.exe" diff --git a/RedEye.UI/src/MainWindow.xaml b/RedEye.UI/src/MainWindow.xaml index 6cdf4f6d..398bc4fd 100644 --- a/RedEye.UI/src/MainWindow.xaml +++ b/RedEye.UI/src/MainWindow.xaml @@ -33,7 +33,7 @@ - + diff --git a/appveyor.yml b/appveyor.yml index 4cecc2a7..f30a41d1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,5 @@ environment: - my_version_number: 1.1.1 # DONT FORGET TO CHANGE IS IN THE ISS FILE + my_version_number: 1.1.2 # DONT FORGET TO CHANGE IS IN THE ISS FILE application_name: RedEye # DONT FORGET TO CHANGE IS IN THE ISS FILE project_name: RedEye.UI