Mercurial > wow > askmrrobot
diff AskMrRobot-Serializer/AskMrRobot-Serializer.lua @ 159:a3507735dfd9 v75
Fixed a rendering issue with auto-logging checkboxes.
| author | yellowfive |
|---|---|
| date | Wed, 24 Apr 2019 18:00:42 -0700 |
| parents | 544a8d2d83d6 |
| children | 35612aee8e15 |
line wrap: on
line diff
--- a/AskMrRobot-Serializer/AskMrRobot-Serializer.lua Tue Mar 12 23:01:54 2019 -0700 +++ b/AskMrRobot-Serializer/AskMrRobot-Serializer.lua Wed Apr 24 18:00:42 2019 -0700 @@ -1,6 +1,6 @@ -- AskMrRobot-Serializer will serialize and communicate character data between users. -local MAJOR, MINOR = "AskMrRobot-Serializer", 74 +local MAJOR, MINOR = "AskMrRobot-Serializer", 75 local Amr, oldminor = LibStub:NewLibrary(MAJOR, MINOR) if not Amr then return end -- already loaded by something else
