diff --git a/POEApi.Infrastructure/Properties/AssemblyInfo.cs b/POEApi.Infrastructure/Properties/AssemblyInfo.cs index 60ee140e..d05e726c 100644 --- a/POEApi.Infrastructure/Properties/AssemblyInfo.cs +++ b/POEApi.Infrastructure/Properties/AssemblyInfo.cs @@ -32,8 +32,8 @@ // 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.25.0.0")] -[assembly: AssemblyFileVersion("1.24.2.0")] +[assembly: AssemblyVersion("1.25.1.0")] +[assembly: AssemblyFileVersion("1.25.1.0")] diff --git a/POEApi.Model/Properties/AssemblyInfo.cs b/POEApi.Model/Properties/AssemblyInfo.cs index 39445673..5ede5886 100644 --- a/POEApi.Model/Properties/AssemblyInfo.cs +++ b/POEApi.Model/Properties/AssemblyInfo.cs @@ -32,8 +32,8 @@ // 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.25.0.0")] -[assembly: AssemblyFileVersion("1.24.2.0")] +[assembly: AssemblyVersion("1.25.1.0")] +[assembly: AssemblyFileVersion("1.25.1.0")] [assembly: InternalsVisibleTo("POEApi.Model.Tests")] diff --git a/POEApi.Transport/Properties/AssemblyInfo.cs b/POEApi.Transport/Properties/AssemblyInfo.cs index 2288db82..b8922009 100644 --- a/POEApi.Transport/Properties/AssemblyInfo.cs +++ b/POEApi.Transport/Properties/AssemblyInfo.cs @@ -32,8 +32,8 @@ // 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: AssemblyFileVersion("1.24.2.0")] +[assembly: AssemblyVersion("1.25.1.0")] +[assembly: AssemblyFileVersion("1.25.1.0")] diff --git a/Procurement/ApplicationState.cs b/Procurement/ApplicationState.cs index d8bb55f5..d8521211 100644 --- a/Procurement/ApplicationState.cs +++ b/Procurement/ApplicationState.cs @@ -14,7 +14,7 @@ public static class ApplicationState /// Application version to check for latest release. /// Must begin with "Procurement ". See: VersionChecker.cs /// - public static string Version = "Procurement 1.25.0"; + public static string Version = "Procurement 1.25.1"; 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 9d9195d1..3bef6003 100644 --- a/Procurement/Properties/AssemblyInfo.cs +++ b/Procurement/Properties/AssemblyInfo.cs @@ -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.25.0.0")] -[assembly: AssemblyFileVersion("1.24.2.0")] +[assembly: AssemblyVersion("1.25.1.0")] +[assembly: AssemblyFileVersion("1.25.1.0")] diff --git a/latest-release.txt b/latest-release.txt index 8d78642c..76716e24 100644 --- a/latest-release.txt +++ b/latest-release.txt @@ -1 +1 @@ -Procurement 1.25.0,https://github.com/Stickymaddness/Procurement/releases/tag/1.25.0 +Procurement 1.25.1,https://github.com/Stickymaddness/Procurement/releases/tag/1.25.1