Skip to content

Commit

Permalink
bump elvui version
Browse files Browse the repository at this point in the history
  • Loading branch information
eltreum0 committed Jul 14, 2023
1 parent 272519e commit 5751659
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ElvUI_EltreumUI/Core/VersionCheck.lua
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function ElvUI_EltreumUI:ElvUIVersionCheck()
if E.version < tonumber(GetAddOnMetadata("ElvUI_EltreumUI", 'X-ElvUI')) then
E:StaticPopup_Show('ELVUIVERSIONCHECK')
ElvUI_EltreumUI:Print(L["Your ElvUI version is out of date, please update to avoid issues!"])
elseif E.version > (tonumber(GetAddOnMetadata("ElvUI_EltreumUI", 'X-ElvUI')) + 0.02) then
elseif E.version > (tonumber(GetAddOnMetadata("ElvUI_EltreumUI", 'X-ElvUI')) + 0.03) then
E:StaticPopup_Show('ELVUIVERSIONCHECK2')
ElvUI_EltreumUI:Print(L["Your ElvUI version is higher than expected for Eltruism, please update Eltruism or you might run into issues.\n|cffFF0000(You are likely having errors right now!)|r"])
end
Expand Down
2 changes: 1 addition & 1 deletion ElvUI_EltreumUI/ElvUI_EltreumUI.toc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
## OptionalDeps: ElvUI_SLE, ElvUI_WindTools, ProjectAzilroka, AddOnSkins
## DefaultState: enabled
## X-Interface: 100105
## X-ElvUI: 13.36
## X-ElvUI: 13.38
## X-Tukui-ProjectID: 209
## X-Curse-Project-ID: 459494
## X-Wago-ID: vEGPqEN1
Expand Down
2 changes: 1 addition & 1 deletion ElvUI_EltreumUI/ElvUI_EltreumUI_Vanilla.toc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
## OptionalDeps: ProjectAzilroka, AddOnSkins
## DefaultState: enabled
## X-Interface: 11403
## X-ElvUI: 13.36
## X-ElvUI: 13.38
## X-Tukui-ProjectID: 49
## X-Curse-Project-ID: 459494
## X-Wago-ID: vEGPqEN1
Expand Down
2 changes: 1 addition & 1 deletion ElvUI_EltreumUI/ElvUI_EltreumUI_Wrath.toc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
## OptionalDeps: ProjectAzilroka, AddOnSkins
## DefaultState: enabled
## X-Interface: 30402
## X-ElvUI: 13.36
## X-ElvUI: 13.38
## X-Tukui-ProjectID: 10
## X-Curse-Project-ID: 459494
## X-Wago-ID: vEGPqEN1
Expand Down

0 comments on commit 5751659

Please sign in to comment.