Mercurial > wow > askmrrobot
diff AskMrRobot-Serializer/AskMrRobot-Serializer.lua @ 98:a24cad57517c
7.1 toc
author | yellowfive |
---|---|
date | Tue, 25 Oct 2016 09:40:04 -0700 |
parents | e0ddd02d6555 |
children | ed7ffc8d9936 |
line wrap: on
line diff
--- a/AskMrRobot-Serializer/AskMrRobot-Serializer.lua Sat Oct 01 20:00:37 2016 -0700 +++ b/AskMrRobot-Serializer/AskMrRobot-Serializer.lua Tue Oct 25 09:40:04 2016 -0700 @@ -1,7 +1,7 @@ -- AskMrRobot-Serializer will serialize and communicate character data between users. -- This is used primarily to associate character information to logs uploaded to askmrrobot.com. -local MAJOR, MINOR = "AskMrRobot-Serializer", 45 +local MAJOR, MINOR = "AskMrRobot-Serializer", 46 local Amr, oldminor = LibStub:NewLibrary(MAJOR, MINOR) if not Amr then return end -- already loaded by something else