Skip to content

Commit

Permalink
Sync with Curse version
Browse files Browse the repository at this point in the history
  • Loading branch information
ynazar1 committed Oct 1, 2024
1 parent 01bdb6d commit a32a36a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
8 changes: 4 additions & 4 deletions SmartBuff.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
-- Cast the most important buffs on you, tanks or party/raid members/pets.
-------------------------------------------------------------------------------

SMARTBUFF_DATE = "030824";
SMARTBUFF_DATE = "011024"; -- EU Date

SMARTBUFF_VERSION = "r27." .. SMARTBUFF_DATE;
SMARTBUFF_VERSION = "r30." .. SMARTBUFF_DATE;
-- Update the NR below to force full reload of SB_Data on first login
SMARTBUFF_VERSIONNR = 110000;
SMARTBUFF_VERSIONNR = 110002;
SMARTBUFF_TITLE = "SmartBuff";
SMARTBUFF_SUBTITLE = "Supports you in casting buffs";
SMARTBUFF_DESC = "Cast the most important buffs on you, your tanks, party/raid members/pets";
Expand All @@ -23,7 +23,7 @@ local SmartbuffPrefix = "Smartbuff";
local SmartbuffSession = true;
local SmartbuffVerCheck = false; -- for my use when checking guild users/testers versions :)
local buildInfo = select(4, GetBuildInfo())
local SmartbuffRevision = 27;
local SmartbuffRevision = 30;
local SmartbuffVerNotifyList = {}

local SG = SMARTBUFF_GLOBALS;
Expand Down
2 changes: 1 addition & 1 deletion SmartBuff.toc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Interface: 110002
## Title: |TInterface\Addons\Smartbuff\Icons\IconEnabled:0|t SmartBuff |cffffffff|r by |cff00ff00Codermik & Aeldra|r
## Version: 28.110002
## Version: 30.110002
## Author: |cff20d2ffCodermik & Aeldra|r (EU-Proudmoore)
## Contributing Author: |cff20d2ffSpeedwaystar
## Notes: Cast the most important buffs on you or party/raid members/pets. Use /sbm for options menu.
Expand Down
5 changes: 3 additions & 2 deletions localization.en.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ SMARTBUFF_WHATSNEW = "\n\n|cffffffff Whats new:|r\n\n"
.." |cffffffffDragonflight version by Codermik, additional retail\n"
.." programming by Speedwaystar/MrWizard.\n"
.."\n\n"
.." Changes in r28.140824:\n\n"
.." * Updated TOC\n"
.." Changes in r30.011024:\n\n"
.." * Delve performance bug fix.\n"
.." * Adding hearty food missing items\n"
.."\n\n"
.." |c0000FF96Many thanks to Chris S., Samantha R. and\n"
.." Twilight's Sundries for their kind donations.\n"
Expand Down

0 comments on commit a32a36a

Please sign in to comment.