diff Constants.lua @ 63:f1d5827dbde0 v24

tweak to read new item link format
author yellowfive
date Tue, 23 Jun 2015 12:56:57 -0700
parents cf2b6b9a8337
children e638168c3395
line wrap: on
line diff
--- a/Constants.lua	Tue Jun 23 00:27:41 2015 -0700
+++ b/Constants.lua	Tue Jun 23 12:56:57 2015 -0700
@@ -5,7 +5,8 @@
 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 = 22
+--  last update to version 24 when item link format changed
+Amr.MIN_ADDON_VERSION = 24
 
 -- import some constants from the serializer for convenience
 Amr.ChatPrefix = Amr.Serializer.ChatPrefix