Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
libgenapps committed Mar 18, 2018
1 parent fd5854d commit 58a0d02
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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 = "0.13.3";
public const string TITLE_VERSION = "1.0 beta 1";
public const string CURRENT_VERSION = "1.0.1";
public const string TITLE_VERSION = "1.0.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 @@ -4,9 +4,9 @@ namespace LibgenDesktop.Common
{
internal static class Constants
{
public const string CURRENT_VERSION = "1.0";
public const string CURRENT_GITHUB_RELEASE_NAME = "1.0";
public static readonly DateTime CURRENT_GITHUB_RELEASE_DATE = new DateTime(2018, 3, 15);
public const string CURRENT_VERSION = "1.0.1";
public const string CURRENT_GITHUB_RELEASE_NAME = "1.0.1";
public static readonly DateTime CURRENT_GITHUB_RELEASE_DATE = new DateTime(2018, 3, 18);
public const string CURRENT_DATABASE_VERSION = "1.0";

public const string APP_SETTINGS_FILE_NAME = "libgen.config";
Expand Down

0 comments on commit 58a0d02

Please sign in to comment.