Skip to content

Commit

Permalink
Remove version from title
Browse files Browse the repository at this point in the history
Morality, like art, means drawing a line someplace. -- Oscar Wilde.
  • Loading branch information
opussf committed May 22, 2022
1 parent d84921f commit e1180e3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/INEED.toc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Title: INeed v@VERSION@
## Title: INeed
## Notes: List items into an "I need" list. (v@VERSION@)
## Interface: @INTERFACE@
## Notes: List items into an "I need" list. @VERSION@
## Author: opussf
## Version: @VERSION@
## Description: Creates an "I need" list to share with your alts
Expand Down
7 changes: 5 additions & 2 deletions test/wowStubs.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-----------------------------------------
-- Author : Opussf
-- Date : January 8 2022
-- Revision: 9.0.2
-- Date : May 9 2022
-- Revision: 9.0.3
-----------------------------------------
-- These are functions from wow that have been needed by addons so far
-- Not a complete list of the functions.
Expand Down Expand Up @@ -396,6 +396,9 @@ Frame = {
["SetStatusBarColor"] = function() end,
["SetScript"] = function() end,
["SetAttribute"] = function() end,

["SetChecked"] = function() end,
["SetText"] = function() end,
}
FrameGameTooltip = {
["HookScript"] = function( self, callback ) end,
Expand Down

0 comments on commit e1180e3

Please sign in to comment.