Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
rekyuu committed Oct 4, 2023
1 parent 7ec791e commit cc6ecf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion StanleyParableXiv/AssetsManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public static class AssetsManager

public static string? CurrentAssetsVersion { get; private set; }

public const string RequiredAssetsVersion = "1.2.2.0";
public const string RequiredAssetsVersion = "2.0.0.0";
private const long RequiredDiskSpaceBytes = 100_000_000; // Expanded bytes

/// <summary>
Expand Down
2 changes: 1 addition & 1 deletion StanleyParableXiv/StanleyParableXiv.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Authors>rekyuu</Authors>
<Company>rekyuu</Company>
<Version>1.3.0.0</Version>
<Version>2.0.0.0</Version>
<Description>Witty commentary to the brilliant things you do.</Description>
<Copyright>rekyuu</Copyright>
<PackageProjectUrl>https://github.com/rekyuu/StanleyParableXiv</PackageProjectUrl>
Expand Down

0 comments on commit cc6ecf2

Please sign in to comment.