diff --git a/About/Manifest.xml b/About/Manifest.xml index 9c5ca39..3b6f940 100644 --- a/About/Manifest.xml +++ b/About/Manifest.xml @@ -1,7 +1,7 @@ QuestionableEthicsEnhanced - 1.0.1 + 1.0.2
  • QuestionableEthics
  • diff --git a/Assemblies/QuestionableEthicsEnhanced.dll b/Assemblies/QuestionableEthicsEnhanced.dll index a37d3ed..86ac034 100644 Binary files a/Assemblies/QuestionableEthicsEnhanced.dll and b/Assemblies/QuestionableEthicsEnhanced.dll differ diff --git a/QEE/Properties/AssemblyInfo.cs b/QEE/Properties/AssemblyInfo.cs index 0c038c6..036d2c0 100644 --- a/QEE/Properties/AssemblyInfo.cs +++ b/QEE/Properties/AssemblyInfo.cs @@ -32,5 +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.*")] + +// **AssemblyVersion will never be changed for this project, unless there's a complete overhaul that breaks things (I don't plan on that).** +// Communication will be made in advance, if that happens. [assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.2.0")]