diff Constants.lua @ 59:ee701ce45354 v22

Couple minor bug fixes, added french localization.
author yellowfive
date Sun, 07 Jun 2015 14:28:59 -0700
parents 01b63b8ed811
children cf2b6b9a8337
line wrap: on
line diff
--- a/Constants.lua	Fri Jun 05 11:34:53 2015 -0700
+++ b/Constants.lua	Sun Jun 07 14:28:59 2015 -0700
@@ -2,10 +2,10 @@
 local L = LibStub("AceLocale-3.0"):GetLocale("AskMrRobot", true)
 
 -- min import version that we will read from the website
-Amr.MIN_IMPORT_VERSION = 20
+Amr.MIN_IMPORT_VERSION = 21
 
 -- min addon version that we will support for inter-addon communication for e.g. the team optimizer
-Amr.MIN_ADDON_VERSION = 23
+Amr.MIN_ADDON_VERSION = 22
 
 -- import some constants from the serializer for convenience
 Amr.ChatPrefix = Amr.Serializer.ChatPrefix