From b76d32c9cc4b0f3d8dd8cce508e0133f9e9ea1b6 Mon Sep 17 00:00:00 2001 From: NinerBull <72740816+NinerBull@users.noreply.github.com> Date: Tue, 7 Nov 2023 21:52:18 +0100 Subject: [PATCH] Update for 10.2.0 --- README.md | 2 +- tRP3_RDotIO/tRP3_RDotIO.lua | 2 +- tRP3_RDotIO/tRP3_RDotIO.toc | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d6de8fa..1689017 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.7 +* **Dragonflight** - 10.2.0 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 3638fb0..5d7b8b0 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.4", + version = "1.5.5", 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 1f43127..8a62dcf 100644 --- a/tRP3_RDotIO/tRP3_RDotIO.toc +++ b/tRP3_RDotIO/tRP3_RDotIO.toc @@ -1,6 +1,6 @@ -## Interface: 100107 +## Interface: 100200 ## Title: Total RP 3: Raider.IO Tooltip Support -## Version: 1.5.4 +## Version: 1.5.5 ## Notes: Allows TRP3 to show Raider.IO information on the tooltip. ## Author: NinerBull ## DefaultState: enabled