diff --git a/POEApi.Infrastructure/Properties/AssemblyInfo.cs b/POEApi.Infrastructure/Properties/AssemblyInfo.cs index dbecf1a2..e6699c02 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.2.0")] -[assembly: AssemblyFileVersion("1.25.2.0")] +[assembly: AssemblyVersion("1.26.0.0")] +[assembly: AssemblyFileVersion("1.26.0.0")] diff --git a/POEApi.Model/Properties/AssemblyInfo.cs b/POEApi.Model/Properties/AssemblyInfo.cs index c6e189d5..9c24345e 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.2.0")] -[assembly: AssemblyFileVersion("1.25.2.0")] +[assembly: AssemblyVersion("1.26.0.0")] +[assembly: AssemblyFileVersion("1.26.0.0")] [assembly: InternalsVisibleTo("POEApi.Model.Tests")] diff --git a/POEApi.Transport/Properties/AssemblyInfo.cs b/POEApi.Transport/Properties/AssemblyInfo.cs index 9b4c4d3c..9273d3bc 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.25.2.0")] -[assembly: AssemblyFileVersion("1.25.2.0")] +[assembly: AssemblyVersion("1.26.0.0")] +[assembly: AssemblyFileVersion("1.26.0.0")] diff --git a/Procurement/ApplicationState.cs b/Procurement/ApplicationState.cs index 015fc28f..d2060373 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.2"; + public static string Version = "Procurement 1.26.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 f8556a88..41a52122 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.25.2.0")] -[assembly: AssemblyFileVersion("1.25.2.0")] +[assembly: AssemblyVersion("1.26.0.0")] +[assembly: AssemblyFileVersion("1.26.0.0")] diff --git a/latest-release.txt b/latest-release.txt index dfde3d30..8508d676 100644 --- a/latest-release.txt +++ b/latest-release.txt @@ -1 +1 @@ -Procurement 1.25.2,https://github.com/Stickymaddness/Procurement/releases/tag/1.25.2 +Procurement 1.26.0,https://github.com/Stickymaddness/Procurement/releases/tag/1.26.0