We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51269e0 commit 25873dfCopy full SHA for 25873df
2 files changed
CHANGES.md
@@ -1,3 +1,12 @@
1
+## 1.1.6
2
+
3
+### Changes
4
+* Updated definitions for 7.3.5
5
+* WotLK Item Fix fixes
6
+* WDC1 saving fixes
7
+* Added user validation for WDC1's uncommon bitwidths
8
+* Performance tweaks
9
10
## 1.1.4
11
12
### Changes
WDBXEditor/Common/Constants.cs
@@ -11,7 +11,7 @@ namespace WDBXEditor.Common
{
public static class Constants
13
14
- public const string VERSION = "1.1.5b";
+ public const string VERSION = "1.1.6";
15
public const string AUTO_GENERATED = "AutoGenerated";
16
public const StringComparison IGNORECASE = StringComparison.CurrentCultureIgnoreCase;
17
public static readonly string DEFINITION_DIR = Path.Combine(Path.GetDirectoryName(Application.ExecutablePath), "Definitions/");
0 commit comments