diff --git a/CHANGES.md b/CHANGES.md index 2ce8200..38a798b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,12 @@ +## 1.1.7 + +### Changes +* Added WDC2 read and write support +* Changed WDC1 to be definition/meta driven (in anticipation for DBD) +* Removed awful old 25902 BfA Definitions +* Added latest BfA definitions +* Various fixes and tweaks + ## 1.1.6 ### Changes diff --git a/WDBXEditor/Common/Constants.cs b/WDBXEditor/Common/Constants.cs index bd5adad..696b9b5 100644 --- a/WDBXEditor/Common/Constants.cs +++ b/WDBXEditor/Common/Constants.cs @@ -11,7 +11,7 @@ namespace WDBXEditor.Common { public static class Constants { - public const string VERSION = "1.1.6"; + public const string VERSION = "1.1.7"; public const string AUTO_GENERATED = "AutoGenerated"; public const StringComparison IGNORECASE = StringComparison.CurrentCultureIgnoreCase; public static readonly string DEFINITION_DIR = Path.Combine(Path.GetDirectoryName(Application.ExecutablePath), "Definitions/");