Skip to content

Commit

Permalink
Updated for 11.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
linaori committed Jul 22, 2024
1 parent 517963f commit 0b98f20
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BattlegroundCommander.toc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Interface: 100207
## Interface: 110000
## Title: Battleground Commander
## Notes: Teamwork is dreamwork
## Author: Linaori
Expand Down
6 changes: 6 additions & 0 deletions Changelog.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
local _, Namespace = ...

Namespace.Changelog = {
{
version = '11.0.0-49',
improvements = {
'The War Within update for 11.0.0',
},
},
{
version = '10.2.7-48',
bugs = {
Expand Down
2 changes: 1 addition & 1 deletion Debug.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ local type, pairs, tostring, print, concat, select, date = type, pairs, tostring

--@debug@
Namespace.Debug.enabled = true
Namespace.Meta.version = '10.2.7-dev'
Namespace.Meta.version = '11.0.0-dev'
Namespace.Meta.date = date('!%Y-%m-%dT%TZ')
_G.BattlegroundCommander = Namespace
--@end-debug@
Expand Down

0 comments on commit 0b98f20

Please sign in to comment.