From 856a0aeccdfe934534406dd3e1ece0727ae45707 Mon Sep 17 00:00:00 2001 From: libgenapps <33476799+libgenapps@users.noreply.github.com> Date: Mon, 1 Jun 2020 17:04:30 -0400 Subject: [PATCH] 1.4.1 --- LibgenDesktop.Setup/Constants.cs | 4 ++-- LibgenDesktop/Common/Constants.cs | 6 +++--- LibgenDesktop/Models/Database/SqlScripts.cs | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/LibgenDesktop.Setup/Constants.cs b/LibgenDesktop.Setup/Constants.cs index e463b4a..bcef7eb 100644 --- a/LibgenDesktop.Setup/Constants.cs +++ b/LibgenDesktop.Setup/Constants.cs @@ -2,8 +2,8 @@ { internal static class Constants { - public const string CURRENT_VERSION = "1.4.0"; - public const string TITLE_VERSION = "1.4.0"; + public const string CURRENT_VERSION = "1.4.1"; + public const string TITLE_VERSION = "1.4.1"; public const string PRODUCT_TITLE_FORMAT = "Libgen Desktop " + TITLE_VERSION + " ({0}-bit)"; public const string SHORTCUT_TITLE_FORMAT = "Libgen Desktop ({0}-bit)"; public const string PRODUCT_COMPANY = "Libgen Apps"; diff --git a/LibgenDesktop/Common/Constants.cs b/LibgenDesktop/Common/Constants.cs index 856dd10..1b8f9bf 100644 --- a/LibgenDesktop/Common/Constants.cs +++ b/LibgenDesktop/Common/Constants.cs @@ -5,9 +5,9 @@ namespace LibgenDesktop.Common internal static class Constants { public const string DATABASE_METADATA_APP_NAME = "LibgenDesktop"; - public const string CURRENT_VERSION = "1.4.0"; - public const string CURRENT_GITHUB_RELEASE_NAME = "1.4.0"; - public static readonly DateTime CURRENT_GITHUB_RELEASE_DATE = new DateTime(2020, 05, 10); + public const string CURRENT_VERSION = "1.4.1"; + public const string CURRENT_GITHUB_RELEASE_NAME = "1.4.1"; + public static readonly DateTime CURRENT_GITHUB_RELEASE_DATE = new DateTime(2020, 06, 01); public const string CURRENT_DATABASE_VERSION = "1.4"; public const string APP_SETTINGS_FILE_NAME = "libgen.config"; diff --git a/LibgenDesktop/Models/Database/SqlScripts.cs b/LibgenDesktop/Models/Database/SqlScripts.cs index de35c90..1af59ce 100644 --- a/LibgenDesktop/Models/Database/SqlScripts.cs +++ b/LibgenDesktop/Models/Database/SqlScripts.cs @@ -245,7 +245,7 @@ internal static class SqlScripts "Asin=@Asin," + "CoverUrl=@CoverUrl," + "Format=@Format," + - "SizeInBytes=@SizeInBytes" + + "SizeInBytes=@SizeInBytes," + "Library=@Library," + "Issue=@Issue," + "Locator=@Locator," +