interface enhancements & translation improvements
esorochinskiy [06-07-22 - 18:28]
interface enhancements & translation improvements
diff --git a/WellEater.lua b/WellEater.lua
index f34e755..dbd01fa 100644
--- a/WellEater.lua
+++ b/WellEater.lua
@@ -2,7 +2,7 @@ WellEater = WellEater or {}
WellEater.WELLEATER_SAVED_VERSION = 1
WellEater.AddonName = "WellEater"
WellEater.DisplayName = "|cFFFFFFWell |c0099FFEater|r"
-WellEater.Version = "1.0.3"
+WellEater.Version = "1.0.4"
WellEater.Author = "|c5EFFF5esorochinskiy|r"
local NAMESPACE = {}
NAMESPACE.settingsDefaults = {
diff --git a/WellEater.txt b/WellEater.txt
index 2659742..7f40cce 100644
--- a/WellEater.txt
+++ b/WellEater.txt
@@ -31,7 +31,7 @@
## Author: |c5EFFF5esorochinskiy|r
## APIVersion: 101033 101034
## Description: Auto eat your preferred meals provided by your inventory after food or drink buff expiration.
-## Version: 1.0.3
+## Version: 1.0.4
## SavedVariables: WellEater_Settings
## DependsOn: LibAddonMenu-2.0>=28