Skip to content

Commit

Permalink
v0.9.32
Browse files Browse the repository at this point in the history
  • Loading branch information
d4kir92 committed Jan 17, 2024
1 parent 0e712e1 commit 3435d02
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 15 deletions.
4 changes: 2 additions & 2 deletions ImproveAny.toc
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
## Interface-Classic: 11500
## Interface-BCC: 20504
## Interface-Wrath: 30403
## Interface: 100200
## Interface: 100205

## Version: 0.9.31
## Version: 0.9.32
## 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.31
## Version: 0.9.32
## 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: 11500
## Version: 0.9.31
## Version: 0.9.32
## 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.31
## Version: 0.9.32
## 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
10 changes: 8 additions & 2 deletions libs/D4Lib/LibDBIcon-1.0/CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
------------------------------------------------------------------------
r128 | funkehdude | 2023-10-11 10:49:18 +0000 (Wed, 11 Oct 2023) | 1 line
r131 | funkehdude | 2024-01-16 17:25:57 +0000 (Tue, 16 Jan 2024) | 1 line
Changed paths:
M /trunk/LibDBIcon-1.0.toc
M /trunk/LibDBIcon-1.0_Wrath.toc

bump toc
------------------------------------------------------------------------
r130 | funkehdude | 2023-11-30 05:17:57 +0000 (Thu, 30 Nov 2023) | 1 line
Changed paths:
M /trunk/LibDBIcon-1.0.toc
M /trunk/LibDBIcon-1.0_Vanilla.toc

bump toc
------------------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions libs/D4Lib/LibDBIcon-1.0/LibDBIcon-1.0.toc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Interface: 100107
## Version: v10.1.6
## Interface: 100205
## Version: v10.2.0
## LoadOnDemand: 1
## Title: Lib: DataBrokerIcon-1.0
## Notes: Allows addons to easily create a lightweight minimap icon as an alternative to heavier LDB displays.
Expand Down
2 changes: 1 addition & 1 deletion libs/D4Lib/LibDBIcon-1.0/LibDBIcon-1.0_TBC.toc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Interface: 20504
## Version: v10.1.6
## Version: v10.2.0
## LoadOnDemand: 1
## Title: Lib: DataBrokerIcon-1.0
## Notes: Allows addons to easily create a lightweight minimap icon as an alternative to heavier LDB displays.
Expand Down
4 changes: 2 additions & 2 deletions libs/D4Lib/LibDBIcon-1.0/LibDBIcon-1.0_Vanilla.toc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Interface: 11404
## Version: v10.1.6
## Interface: 11500
## Version: v10.2.0
## LoadOnDemand: 1
## Title: Lib: DataBrokerIcon-1.0
## Notes: Allows addons to easily create a lightweight minimap icon as an alternative to heavier LDB displays.
Expand Down
2 changes: 1 addition & 1 deletion libs/D4Lib/LibDBIcon-1.0/LibDBIcon-1.0_Wrath.toc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Interface: 30403
## Version: v10.1.6
## Version: v10.2.0
## LoadOnDemand: 1
## Title: Lib: DataBrokerIcon-1.0
## Notes: Allows addons to easily create a lightweight minimap icon as an alternative to heavier LDB displays.
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.31")
IASettings.TitleText:SetText(format("ImproveAny |T136033:16:16:0:0|t v|cff3FC7EB%s", "0.9.31"))
D4:SetVersion(AddonName, 136033, "0.9.32")
IASettings.TitleText:SetText(format("ImproveAny |T136033:16:16:0:0|t v|cff3FC7EB%s", "0.9.32"))
IASettings.CloseButton:SetScript(
"OnClick",
function()
Expand Down

0 comments on commit 3435d02

Please sign in to comment.