From 53d2d7223ad5b8be9609cd7e210df95209e601ed Mon Sep 17 00:00:00 2001 From: Dani John Date: Wed, 22 Feb 2023 21:25:10 +0530 Subject: [PATCH] Release v2.0.6.1 Fixes https://github.com/rocksdanister/lively/issues/1579 --- src/Lively/Lively/Lively.csproj | 2 +- src/installer/Script.iss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Lively/Lively/Lively.csproj b/src/Lively/Lively/Lively.csproj index d2cf60ab..667d26c2 100644 --- a/src/Lively/Lively/Lively.csproj +++ b/src/Lively/Lively/Lively.csproj @@ -7,7 +7,7 @@ appicon.ico app.manifest - 2.0.6.0 + 2.0.6.1 diff --git a/src/installer/Script.iss b/src/installer/Script.iss index 71e4bf00..882701b8 100644 --- a/src/installer/Script.iss +++ b/src/installer/Script.iss @@ -2,7 +2,7 @@ ; https://jrsoftware.org/isinfo.php #define MyAppName "Lively Wallpaper" -#define MyAppVersion "2.0.5.0" +#define MyAppVersion "2.0.6.1" #define MyAppPublisher "rocksdanister" #define MyAppURL "https://github.com/rocksdanister/lively" #define MyAppExeName "Lively.exe"