From 4832d1b2a6a45990dcd7fb9365c9c9a1c5837853 Mon Sep 17 00:00:00 2001 From: VladiMihaylenko Date: Thu, 21 Dec 2017 18:09:47 +0300 Subject: [PATCH] [ios] Increase ios project version to 8.0.2 --- xcode/common.xcconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcode/common.xcconfig b/xcode/common.xcconfig index 9c963fad2e..44b4631564 100644 --- a/xcode/common.xcconfig +++ b/xcode/common.xcconfig @@ -1,4 +1,4 @@ -CURRENT_PROJECT_VERSION = 8.0.1 +CURRENT_PROJECT_VERSION = 8.0.2 // Paths OMIM_ROOT = $(PROJECT_DIR)/../..