Skip to content

Commit

Permalink
Procurement 1.8.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Stickymaddness committed Aug 23, 2014
1 parent 06f6062 commit 121a2d7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.7.3-dev";
public static string Version = "Procurement 1.8.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
4 changes: 2 additions & 2 deletions Procurement/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
// 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.7.2.0")]
[assembly: AssemblyFileVersion("1.7.2.0")]
[assembly: AssemblyVersion("1.8.0.0")]
[assembly: AssemblyFileVersion("1.8.0.0")]
2 changes: 1 addition & 1 deletion latest-release.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Procurement 1.7.2,https://github.com/Stickymaddness/Procurement/releases/tag/1.7.2
Procurement 1.8.0,https://github.com/Stickymaddness/Procurement/releases/tag/1.8.0

0 comments on commit 121a2d7

Please sign in to comment.