Skip to content

Commit

Permalink
Mark as new version
Browse files Browse the repository at this point in the history
  • Loading branch information
NinerBull committed Jul 9, 2023
1 parent 1adbe99 commit bacc01e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,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.0
* **Dragonflight** - 10.1.5

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.

Expand Down
2 changes: 1 addition & 1 deletion tRP3_RDotIO/tRP3_RDotIO.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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.2",
version = "1.5.3",
id = "trp3_riotooltips",
onStart = TRP3RIO_Init,
requiredDeps = { { "RaiderIO", "external" }, { "trp3_tooltips", 1.0 } },
Expand Down
4 changes: 2 additions & 2 deletions tRP3_RDotIO/tRP3_RDotIO.toc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Interface: 100100
## Interface: 100105
## Title: Total RP 3: Raider.IO Tooltip Support
## Version: 1.5.2
## Version: 1.5.3
## Notes: Allows TRP3 to show Raider.IO information on the tooltip.
## Author: NinerBull
## DefaultState: enabled
Expand Down

0 comments on commit bacc01e

Please sign in to comment.