diff --git a/GW2PAO.API/Properties/AssemblyInfo.cs b/GW2PAO.API/Properties/AssemblyInfo.cs index bebce55..c8924c0 100644 --- a/GW2PAO.API/Properties/AssemblyInfo.cs +++ b/GW2PAO.API/Properties/AssemblyInfo.cs @@ -32,6 +32,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("2.2.*")] +[assembly: AssemblyVersion("3.0.*")] //[assembly: AssemblyFileVersion("1.0.0.0")] //[assembly: AssemblyInformationalVersion("1.0 RC1")] diff --git a/GW2PAO.PresentationCore/Properties/AssemblyInfo.cs b/GW2PAO.PresentationCore/Properties/AssemblyInfo.cs index 426c8bb..59a6978 100644 --- a/GW2PAO.PresentationCore/Properties/AssemblyInfo.cs +++ b/GW2PAO.PresentationCore/Properties/AssemblyInfo.cs @@ -32,6 +32,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("2.2.*")] +[assembly: AssemblyVersion("3.0.*")] //[assembly: AssemblyFileVersion("1.0.0.0")] //[assembly: AssemblyInformationalVersion("1.0 RC1")] diff --git a/GW2PAO.TS3/Properties/AssemblyInfo.cs b/GW2PAO.TS3/Properties/AssemblyInfo.cs index c4be489..c024046 100644 --- a/GW2PAO.TS3/Properties/AssemblyInfo.cs +++ b/GW2PAO.TS3/Properties/AssemblyInfo.cs @@ -32,6 +32,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("2.2.*")] +[assembly: AssemblyVersion("3.0.*")] //[assembly: AssemblyFileVersion("1.0.0.0")] //[assembly: AssemblyInformationalVersion("1.0 RC1")] diff --git a/GW2PAO/Properties/AssemblyInfo.cs b/GW2PAO/Properties/AssemblyInfo.cs index 31c5307..6aba204 100644 --- a/GW2PAO/Properties/AssemblyInfo.cs +++ b/GW2PAO/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("2.2.*")] +[assembly: AssemblyVersion("3.0.*")] //[assembly: AssemblyFileVersion("1.0.0.0")] //[assembly: AssemblyInformationalVersion("1.0 RC1")] diff --git a/installer/setup.iss b/installer/setup.iss index 36e2361..ac24727 100644 --- a/installer/setup.iss +++ b/installer/setup.iss @@ -3,7 +3,7 @@ #define MyAppName "Guild Wars 2 Personal Assistant Overlay" #define MyAppNameShort "GW2 Personal Assistant Overlay" -#define MyAppVersion "3.0 RC1" +#define MyAppVersion "3.0" #define MyAppPublisher "Samuel Hurne" #define MyAppURL "http://samhurne.github.io/gw2pao/" #define MyAppExeName "GW2PAO.exe"