diff Constants.lua @ 139:c229c759a125 v65

Update to support multiple setups per spec.
author yellowfive
date Mon, 05 Nov 2018 16:06:00 -0800
parents 6dc0e8e9f960
children 31386c009f03
line wrap: on
line diff
--- a/Constants.lua	Mon Sep 03 19:20:00 2018 -0700
+++ b/Constants.lua	Mon Nov 05 16:06:00 2018 -0800
@@ -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 = 58
+Amr.MIN_IMPORT_VERSION = 65
 
 -- min addon version that we will support for inter-addon communication
-Amr.MIN_ADDON_VERSION = 58
+Amr.MIN_ADDON_VERSION = 65
 
 -- import some constants from the serializer for convenience
 Amr.ChatPrefix = Amr.Serializer.ChatPrefix