diff --git a/POEApi.Infrastructure/Properties/AssemblyInfo.cs b/POEApi.Infrastructure/Properties/AssemblyInfo.cs
index 6a361c98..5c9b1887 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.10.0.0")]
-[assembly: AssemblyFileVersion("1.10.0.0")]
+[assembly: AssemblyVersion("1.11.0.0")]
+[assembly: AssemblyFileVersion("1.11.0.0")]
diff --git a/POEApi.Model/Properties/AssemblyInfo.cs b/POEApi.Model/Properties/AssemblyInfo.cs
index f94225cd..95ae8742 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.10.0.0")]
-[assembly: AssemblyFileVersion("1.10.0.0")]
+[assembly: AssemblyVersion("1.11.0.0")]
+[assembly: AssemblyFileVersion("1.11.0.0")]
diff --git a/POEApi.Model/Settings.xml b/POEApi.Model/Settings.xml
index a667fee5..1301b645 100644
--- a/POEApi.Model/Settings.xml
+++ b/POEApi.Model/Settings.xml
@@ -74,15 +74,15 @@
-
-
+
+
-
-
+
+
diff --git a/POEApi.Transport/Properties/AssemblyInfo.cs b/POEApi.Transport/Properties/AssemblyInfo.cs
index 361a3b93..1f02dfb6 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.10.0.0")]
-[assembly: AssemblyFileVersion("1.10.0.0")]
+[assembly: AssemblyVersion("1.11.0.0")]
+[assembly: AssemblyFileVersion("1.11.0.0")]
diff --git a/Procurement/ApplicationState.cs b/Procurement/ApplicationState.cs
index 54d42702..adad5844 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.11.0-dev";
+ public static string Version = "Procurement 1.11.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 ca18dbc6..d6d99078 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.10.0.0")]
-[assembly: AssemblyFileVersion("1.10.0.0")]
+[assembly: AssemblyVersion("1.11.0.0")]
+[assembly: AssemblyFileVersion("1.11.0.0")]