Skip to content

Commit

Permalink
1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
libgenapps committed Jun 1, 2020
1 parent 9d56191 commit 856a0ae
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions LibgenDesktop.Setup/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
6 changes: 3 additions & 3 deletions LibgenDesktop/Common/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion LibgenDesktop/Models/Database/SqlScripts.cs
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ internal static class SqlScripts
"Asin=@Asin," +
"CoverUrl=@CoverUrl," +
"Format=@Format," +
"SizeInBytes=@SizeInBytes" +
"SizeInBytes=@SizeInBytes," +
"Library=@Library," +
"Issue=@Issue," +
"Locator=@Locator," +
Expand Down

0 comments on commit 856a0ae

Please sign in to comment.