diff --git a/README.md b/README.md index 84bee68..d6de8fa 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ By default, Raider.IO's original tooltip formatting will be used. Alternatively, you can enable a minified tooltip, which contains only Mythic+ Rating and Raid Progress, in order to not bloat the tooltip too much. ## Compatibility -* **Dragonflight** - 10.1.5 +* **Dragonflight** - 10.1.7 This addon **requires** both [Total RP 3](https://github.com/Total-RP/Total-RP-3) and [Raider.IO](https://github.com/RaiderIO/raiderio-addon) to be installed. diff --git a/tRP3_RDotIO/tRP3_RDotIO.lua b/tRP3_RDotIO/tRP3_RDotIO.lua index 48fe9d0..3638fb0 100644 --- a/tRP3_RDotIO/tRP3_RDotIO.lua +++ b/tRP3_RDotIO/tRP3_RDotIO.lua @@ -1028,7 +1028,7 @@ if (WOW_PROJECT_ID == WOW_PROJECT_MAINLINE) then TRP3_API.module.registerModule({ name = "Raider.IO Tooltip Support", description = "Allows TRP3 to show Raider.IO information on the tooltip.", - version = "1.5.3", + version = "1.5.4", id = "trp3_riotooltips", onStart = TRP3RIO_Init, requiredDeps = { { "RaiderIO", "external" }, { "trp3_tooltips", 1.0 } }, diff --git a/tRP3_RDotIO/tRP3_RDotIO.toc b/tRP3_RDotIO/tRP3_RDotIO.toc index f535189..1f43127 100644 --- a/tRP3_RDotIO/tRP3_RDotIO.toc +++ b/tRP3_RDotIO/tRP3_RDotIO.toc @@ -1,6 +1,6 @@ -## Interface: 100105 +## Interface: 100107 ## Title: Total RP 3: Raider.IO Tooltip Support -## Version: 1.5.3 +## Version: 1.5.4 ## Notes: Allows TRP3 to show Raider.IO information on the tooltip. ## Author: NinerBull ## DefaultState: enabled