From 9e3e33e5dc8a23507b4de1b41c2ef4cb7abbe12a Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 15 Mar 2016 14:41:39 -0700 Subject: [PATCH] fix for issue discussed here https://github.com/nordnet/cordova-hot-code-push/issues/109 --- src/ios/HCPPlugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ios/HCPPlugin.h b/src/ios/HCPPlugin.h index 7afef8e2..1a41b2e6 100644 --- a/src/ios/HCPPlugin.h +++ b/src/ios/HCPPlugin.h @@ -8,7 +8,7 @@ #import #ifndef HCP_CORDOVA_VERSION -#define HCP_CORDOVA_VERSION 3 +#define HCP_CORDOVA_VERSION 4 #endif /**