diff AskMrRobot-Serializer/AskMrRobot-Serializer.lua @ 161:35612aee8e15

Added junk list.
author yellowfive
date Mon, 06 May 2019 14:08:03 -0700
parents a3507735dfd9
children 3be9cc6f7d20
line wrap: on
line diff
--- a/AskMrRobot-Serializer/AskMrRobot-Serializer.lua	Wed Apr 24 18:00:57 2019 -0700
+++ b/AskMrRobot-Serializer/AskMrRobot-Serializer.lua	Mon May 06 14:08:03 2019 -0700
@@ -1,6 +1,6 @@
 -- AskMrRobot-Serializer will serialize and communicate character data between users.
 
-local MAJOR, MINOR = "AskMrRobot-Serializer", 75
+local MAJOR, MINOR = "AskMrRobot-Serializer", 76
 local Amr, oldminor = LibStub:NewLibrary(MAJOR, MINOR)
 
 if not Amr then return end -- already loaded by something else