diff AskMrRobot-Serializer/AskMrRobot-Serializer.lua @ 122:f1da233629be v57

Added portuguese translation. Turned off team optimizer for now.
author yellowfive
date Mon, 12 Feb 2018 19:33:34 -0800
parents 42ce010b6253
children e31b02b24488
line wrap: on
line diff
--- a/AskMrRobot-Serializer/AskMrRobot-Serializer.lua	Thu Feb 01 00:18:01 2018 -0800
+++ b/AskMrRobot-Serializer/AskMrRobot-Serializer.lua	Mon Feb 12 19:33:34 2018 -0800
@@ -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", 56
+local MAJOR, MINOR = "AskMrRobot-Serializer", 57
 local Amr, oldminor = LibStub:NewLibrary(MAJOR, MINOR)
 
 if not Amr then return end -- already loaded by something else
@@ -1325,4 +1325,4 @@
 
 Amr:RegisterEvent("PLAYER_REGEN_DISABLED")
 --Amr:RegisterEvent("GARRISON_MISSION_NPC_OPENED") -- for debugging, fire this event when open mission table
-]]
\ No newline at end of file
+]]