From 152d61d84f8b3d6d41aa356be8174449413c45a5 Mon Sep 17 00:00:00 2001 From: Sandor Takacs Date: Fri, 28 Aug 2015 12:36:48 +0200 Subject: [PATCH] Core lib version update to trigger packager --- MyBagsCore/MyBags.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MyBagsCore/MyBags.lua b/MyBagsCore/MyBags.lua index 2899d32..32553e5 100644 --- a/MyBagsCore/MyBags.lua +++ b/MyBagsCore/MyBags.lua @@ -1,5 +1,5 @@ local MBC = "MyBagsCore-1.0" -local MBC_MINOR = "2015.08.28.1" +local MBC_MINOR = "2015.08.28.2" if not LibStub then error(MBC .. " requires LibStub.") end