Skip to content

Commit

Permalink
v1.5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Guerra24 committed Oct 27, 2020
1 parent f7789bf commit fee6387
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LRReader.Shared/Internal/UpdatesManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace LRReader.Shared.Internal
public class UpdatesManager
{
public static Version MIN_VERSION = new Version(0, 7, 1);
public static Version MAX_VERSION = new Version(0, 7, 3);
public static Version MAX_VERSION = new Version(0, 7, 4);

private GitHubClient githubClient;
private RestClient client;
Expand Down
2 changes: 1 addition & 1 deletion LRReader.UWP/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Identity
Name="Guerra24.LRReader"
Publisher="CN=Guerra24, O=Guerra24, C=GT"
Version="1.5.0.0" />
Version="1.5.1.0" />

<mp:PhoneIdentity PhoneProductId="97639259-a9d5-4784-8ec1-a88609560ca7" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>

Expand Down

0 comments on commit fee6387

Please sign in to comment.