Skip to content

Commit

Permalink
Update for 11.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ketho committed Aug 27, 2024
1 parent 1d28e5b commit 325ca70
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 93 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Libs
34 changes: 34 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"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.5\\Annotations"
],
"Lua.diagnostics.globals": [
"SlashCmdList",
"D_SECONDS",
"D_MINUTES",
"D_HOURS",
"D_DAYS",
"RaidNotice_AddMessage",
"RaidWarningFrame",
"ICON_TAG_LIST",
"ICON_LIST",
"SAY",
"DEFAULT_CHAT_FRAME",
"GUILD",
"BINDING_NAME_SCREENSHOT",
"TUTORIAL_TITLE55",
"LEVEL"
]
}
89 changes: 0 additions & 89 deletions Libs/LibDataBroker-1.1/LibDataBroker-1.1.lua

This file was deleted.

2 changes: 1 addition & 1 deletion SimpleDing.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
local NAME, S = ...
local VERSION = GetAddOnMetadata(NAME, "Version")
local VERSION = C_AddOns.GetAddOnMetadata(NAME, "Version")

local ACR = LibStub("AceConfigRegistry-3.0")
local ACD = LibStub("AceConfigDialog-3.0")
Expand Down
4 changes: 1 addition & 3 deletions SimpleDing.toc
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
## Interface: 100002
## Interface-Wrath: 30400
## Interface-Classic: 11403
## Interface: 110002, 40400, 11503
## Version: @project-version@
## Title: SimpleDing
## Notes: Ding!
Expand Down

0 comments on commit 325ca70

Please sign in to comment.