# HG changeset patch # User Andrew Knoll # Date 1365821943 14400 # Node ID c48d2d940e8203a4144a65242ca02e245c1d3d40 # Parent eb3383e30b5e4aa18ed03788a833eab55101e199 Incremented minor version number after slash command bug fix. diff -r eb3383e30b5e -r c48d2d940e82 LibModuleDBShare-1.0/LibModuleDBShare-1.0.lua --- a/LibModuleDBShare-1.0/LibModuleDBShare-1.0.lua Fri Apr 12 22:57:15 2013 -0400 +++ b/LibModuleDBShare-1.0/LibModuleDBShare-1.0.lua Fri Apr 12 22:59:03 2013 -0400 @@ -38,7 +38,7 @@ -- end -- @class file -- @name LibModuleDBShare-1.0 -local MAJOR, MINOR = "LibModuleDBShare-1.0", 5 +local MAJOR, MINOR = "LibModuleDBShare-1.0", 6 local LibModuleDBShare, oldminor = LibStub:NewLibrary(MAJOR, MINOR) if not LibModuleDBShare then return end -- No upgrade needed