Skip to content

Commit

Permalink
v0.4.24
Browse files Browse the repository at this point in the history
  • Loading branch information
d4kir92 committed Jan 17, 2024
1 parent 350d936 commit 4f24a06
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 15 deletions.
4 changes: 2 additions & 2 deletions DarkMode.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.4.23
## Version: 0.4.24
## Title: DarkMode by |cff3FC7EBD4KiR |T132115:16:16:0:0|t
## Notes: Improve Any Ui or Frame
## Author: D4KiR
Expand Down
2 changes: 1 addition & 1 deletion DarkMode_TBC.toc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Interface: 20504
## Version: 0.4.23
## Version: 0.4.24
## Title: DarkMode |T136122: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 DarkMode_Vanilla.toc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Interface: 11500
## Version: 0.4.23
## Version: 0.4.24
## Title: DarkMode |T136122: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 DarkMode_Wrath.toc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Interface: 30403
## Version: 0.4.23
## Version: 0.4.24
## Title: DarkMode |T136122: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 @@ -222,8 +222,8 @@ function DarkMode:InitDMSettings()
DMSettings:Hide()
end

D4:SetVersion(AddonName, 136122, "0.4.23")
DMSettings.TitleText:SetText(format("DarkMode |T136122:16:16:0:0|t v|cff3FC7EB%s", "0.4.23"))
D4:SetVersion(AddonName, 136122, "0.4.24")
DMSettings.TitleText:SetText(format("DarkMode |T136122:16:16:0:0|t v|cff3FC7EB%s", "0.4.24"))
DMSettings.CloseButton:SetScript(
"OnClick",
function()
Expand Down

0 comments on commit 4f24a06

Please sign in to comment.