diff --git a/Chomp.toc b/Chomp.toc index 396cac8..52c8513 100644 --- a/Chomp.toc +++ b/Chomp.toc @@ -1,5 +1,5 @@ ## Interface: 90100 -## Interface-BC: 20501 +## Interface-BC: 20502 ## Interface-Classic: 11307 ## Title: Chomp Message Library ## Author: Justin Snelgrove diff --git a/Internal.lua b/Internal.lua index 51e4f87..2b11b82 100644 --- a/Internal.lua +++ b/Internal.lua @@ -14,7 +14,7 @@ CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ]] -local VERSION = 18 +local VERSION = 19 if IsLoggedIn() then error(("Chomp Message Library (embedded: %s) cannot be loaded after login."):format((...)))