Skip to content

Commit

Permalink
Update to 10.1.5
Browse files Browse the repository at this point in the history
Update to 10.1.5
  • Loading branch information
theriou committed Jul 12, 2023
1 parent df64f83 commit 4fa65e1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion SS_variables.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ SS_savedVariables = {
-- {"savedvar", defaultValue, "valueinherit"}
SS_ScannerInterval = {"scantimer", 5, "SS_ScannerIntervalSlider"},
SS_NotificationInterval = {"notificationtimer", 10, "SS_NotificationIntervalSlider"},
SS_addonVersion = {"version", 10.10},
SS_addonVersion = {"version", 10.15},
SS_satchelsReceived = {"satchels", 0},
SS_showUI = {"showMainFrame", true},
-- Buttons
Expand Down
2 changes: 1 addition & 1 deletion SatchelScanner.lua
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ SS_CloseButton = "Interface\\Addons\\SatchelScanner\\textures\\close.tga";

-- Variables
local running = false;
SS_addonVersion = 10.10;
SS_addonVersion = 10.15;
SS_versionTag = "Release";
SS_TimeSinceLastNotification = 0;

Expand Down
4 changes: 2 additions & 2 deletions SatchelScanner.toc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Interface: 100100
## Interface: 100105
## Title: |cFF0080FFSatchelScanner|r
## Notes: Scans for Satchels found within the LFD/LFR frame.
## Version: 10.1.0
## Version: 10.1.5
## Authors: Exzu, Theriou
## SavedVariablesPerCharacter: SatchelScannerDB
## X-Github: https://github.com/theriou/Satchel-Scanner-WoW
Expand Down

0 comments on commit 4fa65e1

Please sign in to comment.