From d9bffebe0d84dabb02e0b17c193fe4f557470233 Mon Sep 17 00:00:00 2001 From: d-kunin Date: Sun, 18 Aug 2013 21:57:41 +0300 Subject: [PATCH] [and] API version up. --- lib/src/com/mapswithme/maps/api/Const.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/com/mapswithme/maps/api/Const.java b/lib/src/com/mapswithme/maps/api/Const.java index 96a25de..3393e47 100644 --- a/lib/src/com/mapswithme/maps/api/Const.java +++ b/lib/src/com/mapswithme/maps/api/Const.java @@ -45,7 +45,7 @@ public class Const public static final String ACTION_MWM_REQUEST = AUTHORITY + ".request"; - static final int API_VERSION = 1; + static final int API_VERSION = 2; static final String CALLBACK_PREFIX = "mapswithme.client."; private Const() {}