comparison LibModuleDBShare-1.0/LibModuleDBShare-1.0.lua @ 47:c48d2d940e82 v1.3.1 release

Incremented minor version number after slash command bug fix.
author Andrew Knoll <andrewtknoll@gmail.com>
date Fri, 12 Apr 2013 22:59:03 -0400
parents eb3383e30b5e
children
comparison
equal deleted inserted replaced
46:eb3383e30b5e 47:c48d2d940e82
36 -- group:EnableSlashCommand("COMMAND_NAME", "/groupname"); 36 -- group:EnableSlashCommand("COMMAND_NAME", "/groupname");
37 -- end 37 -- end
38 -- end 38 -- end
39 -- @class file 39 -- @class file
40 -- @name LibModuleDBShare-1.0 40 -- @name LibModuleDBShare-1.0
41 local MAJOR, MINOR = "LibModuleDBShare-1.0", 5 41 local MAJOR, MINOR = "LibModuleDBShare-1.0", 6
42 local LibModuleDBShare, oldminor = LibStub:NewLibrary(MAJOR, MINOR) 42 local LibModuleDBShare, oldminor = LibStub:NewLibrary(MAJOR, MINOR)
43 43
44 if not LibModuleDBShare then return end -- No upgrade needed 44 if not LibModuleDBShare then return end -- No upgrade needed
45 45
46 -- Lua functions 46 -- Lua functions