Skip to content

Commit

Permalink
updated app version
Browse files Browse the repository at this point in the history
  • Loading branch information
BitBaboonSteve committed Sep 3, 2023
1 parent 81c2ba0 commit 32a03f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions EVEData/EVEData.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
<PackageReference Include="HtmlAgilityPack" Version="1.11.48" />
</ItemGroup>
<ItemGroup>
<None Update="data\JumpRangeCache.dat">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="data\MapLayout.dat">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
Expand Down
2 changes: 1 addition & 1 deletion EVEData/EveAppConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class EveAppConfig
/// <summary>
/// SMT Version
/// </summary>
public const string SMT_VERSION = "SMT_121";
public const string SMT_VERSION = "SMT_122";

/// <summary>
/// Folder to store all of the data from
Expand Down

0 comments on commit 32a03f6

Please sign in to comment.