From 121a2d739f5dbb0d0ea4d89989e999871881b77c Mon Sep 17 00:00:00 2001 From: Stickymaddness Date: Sun, 24 Aug 2014 01:51:06 +0200 Subject: [PATCH] Procurement 1.8.0 Release --- Procurement/ApplicationState.cs | 2 +- Procurement/Properties/AssemblyInfo.cs | 4 ++-- latest-release.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Procurement/ApplicationState.cs b/Procurement/ApplicationState.cs index 77a6bf69..563bb69b 100644 --- a/Procurement/ApplicationState.cs +++ b/Procurement/ApplicationState.cs @@ -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 Stash = new Dictionary(); public static Dictionary Inventory = new Dictionary(); diff --git a/Procurement/Properties/AssemblyInfo.cs b/Procurement/Properties/AssemblyInfo.cs index 4de75fac..ac00c412 100644 --- a/Procurement/Properties/AssemblyInfo.cs +++ b/Procurement/Properties/AssemblyInfo.cs @@ -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")] diff --git a/latest-release.txt b/latest-release.txt index d46b5e82..6ac926d5 100644 --- a/latest-release.txt +++ b/latest-release.txt @@ -1 +1 @@ -Procurement 1.7.2,https://github.com/Stickymaddness/Procurement/releases/tag/1.7.2 \ No newline at end of file +Procurement 1.8.0,https://github.com/Stickymaddness/Procurement/releases/tag/1.8.0 \ No newline at end of file