Skip to content

Commit

Permalink
v0.9.36
Browse files Browse the repository at this point in the history
  • Loading branch information
d4kir92 committed Feb 27, 2024
1 parent f868756 commit 1a897be
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ImproveAny.toc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Interface-Wrath: 30403
## Interface: 100205

## Version: 0.9.35
## Version: 0.9.36
## Title: ImproveAny by |cff3FC7EBD4KiR |T132115:16:16:0:0|t
## Notes: Improve Any Ui or Frame
## Author: D4KiR
Expand Down
2 changes: 1 addition & 1 deletion ImproveAny_TBC.toc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Interface: 20504
## Version: 0.9.35
## Version: 0.9.36
## Title: ImproveAny |T136033:16:16:0:0|t by |cff3FC7EBD4KiR |T132115:16:16:0:0|t
## Notes: Improve Any Ui or Frame
## Author: D4KiR
Expand Down
2 changes: 1 addition & 1 deletion ImproveAny_Vanilla.toc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Interface: 11501
## Version: 0.9.35
## Version: 0.9.36
## Title: ImproveAny |T136033:16:16:0:0|t by |cff3FC7EBD4KiR |T132115:16:16:0:0|t
## Notes: Improve Any Ui or Frame
## Author: D4KiR
Expand Down
2 changes: 1 addition & 1 deletion ImproveAny_Wrath.toc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Interface: 30403
## Version: 0.9.35
## Version: 0.9.36
## Title: ImproveAny |T136033:16:16:0:0|t by |cff3FC7EBD4KiR |T132115:16:16:0:0|t
## Notes: Improve Any Ui or Frame
## Author: D4KiR
Expand Down
1 change: 1 addition & 0 deletions ele/minimap.lua
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,7 @@ function ImproveAny:InitMinimap()
ImproveAny:ConvertToMinimapButton("MinimapZoomIn", true)
ImproveAny:ConvertToMinimapButton("MinimapZoomOut", true)
ImproveAny:ConvertToMinimapButton("CodexBrowserIcon", true)
ImproveAny:ConvertToMinimapButton("CalendarButtonFrame", true)
-- ADDONS
local mmbtns = {}
function ImproveAny:UpdateMMBtns()
Expand Down
4 changes: 2 additions & 2 deletions settings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -402,8 +402,8 @@ function ImproveAny:InitIASettings()
IASettings:Hide()
end

D4:SetVersion(AddonName, 136033, "0.9.35")
IASettings.TitleText:SetText(format("ImproveAny |T136033:16:16:0:0|t v|cff3FC7EB%s", "0.9.35"))
D4:SetVersion(AddonName, 136033, "0.9.36")
IASettings.TitleText:SetText(format("ImproveAny |T136033:16:16:0:0|t v|cff3FC7EB%s", "0.9.36"))
IASettings.CloseButton:SetScript(
"OnClick",
function()
Expand Down

0 comments on commit 1a897be

Please sign in to comment.