Skip to content

Commit

Permalink
TOC bump
Browse files Browse the repository at this point in the history
  • Loading branch information
AcidWeb committed Oct 23, 2024
1 parent 48323f5 commit 1b2402a
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 7 deletions.
21 changes: 17 additions & 4 deletions .luarc.json → .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
{
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
"runtime.version": "Lua 5.1",
"diagnostics.globals": [
"Lua.runtime.version": "Lua 5.1",
"Lua.runtime.builtin": {
"basic": "disable",
"debug": "disable",
"io": "disable",
"math": "disable",
"os": "disable",
"package": "disable",
"string": "disable",
"table": "disable",
"utf8": "disable"
},
"Lua.workspace.library": [
"~\\.vscode\\extensions\\ketho.wow-api-0.17.6\\Annotations"
],
"Lua.diagnostics.globals": [
"ALL",
"SOLO",
"BEST",
Expand Down Expand Up @@ -89,7 +102,7 @@
"ENEMY",
"REFlexFrame_HKBar"
],
"diagnostics.disable": [
"Lua.diagnostics.disable": [
"undefined-field",
"missing-parameter",
"redundant-parameter",
Expand Down
2 changes: 1 addition & 1 deletion REFlex.lua
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ local SendAddonMessage = C_ChatInfo.SendAddonMessage
local PlaySound = PlaySound
local ElvUI = ElvUI

RE.Version = 3317
RE.Version = 3318
RE.LastSquash = 1602662400
RE.FoundNewVersion = false

Expand Down
4 changes: 2 additions & 2 deletions REFlex.toc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Interface: 110002
## Interface: 110005
## Title: |cFF74D06CRE|rFlex
## Notes: Collect statistics of played arena matches and battlegrounds.
## Version: 3.3.17
## Version: 3.3.18
## Author: AcidWeb
## SavedVariablesPerCharacter: REFlexSettings, REFlexDatabase, REFlexHonorDatabase
## AddonCompartmentFunc: REFlex_CompartmentOnClick
Expand Down

0 comments on commit 1b2402a

Please sign in to comment.