Skip to content

Commit

Permalink
Procurement 1.25.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Stickymaddness committed Feb 9, 2019
1 parent 5439758 commit 6e0c8b9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion POEApi.Infrastructure/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.24.2.0")]
[assembly: AssemblyVersion("1.25.0.0")]
[assembly: AssemblyFileVersion("1.24.2.0")]


Expand Down
2 changes: 1 addition & 1 deletion POEApi.Model/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.24.2.0")]
[assembly: AssemblyVersion("1.25.0.0")]
[assembly: AssemblyFileVersion("1.24.2.0")]
[assembly: InternalsVisibleTo("POEApi.Model.Tests")]

Expand Down
2 changes: 1 addition & 1 deletion Procurement/ApplicationState.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public static class ApplicationState
/// Application version to check for latest release.
/// Must begin with "Procurement ". See: VersionChecker.cs
/// </summary>
public static string Version = "Procurement 1.24.2";
public static string Version = "Procurement 1.25.0";
public static POEModel Model = new POEModel();
public static Dictionary<string, Stash> Stash = new Dictionary<string, Stash>();
public static Dictionary<string, Item> Inventory = new Dictionary<string, Item>();
Expand Down
2 changes: 1 addition & 1 deletion Procurement/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.24.2.0")]
[assembly: AssemblyVersion("1.25.0.0")]
[assembly: AssemblyFileVersion("1.24.2.0")]

2 changes: 1 addition & 1 deletion latest-release.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Procurement 1.24.2,https://github.com/Stickymaddness/Procurement/releases/tag/1.24.2
Procurement 1.25.0,https://github.com/Stickymaddness/Procurement/releases/tag/1.25.0

0 comments on commit 6e0c8b9

Please sign in to comment.