Skip to content

Commit

Permalink
Procurement 1.5.1 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Stickymaddness committed Jun 2, 2014
1 parent 476f0be commit 262e245
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Procurement/ApplicationState.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace Procurement
{
public static class ApplicationState
{
public static string Version = "Procurement 1.5.1-dev";
public static string Version = "Procurement 1.5.1";
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 lastest-release.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Procurement 1.5.0,https://github.com/Stickymaddness/Procurement/releases/tag/1.5.0
Procurement 1.5.1,https://github.com/Stickymaddness/Procurement/releases/tag/1.5.1
2 changes: 1 addition & 1 deletion latest-release.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Procurement 1.5.0,https://github.com/Stickymaddness/Procurement/releases/tag/1.5.0
Procurement 1.5.1,https://github.com/Stickymaddness/Procurement/releases/tag/1.5.1

0 comments on commit 262e245

Please sign in to comment.