From ac2b24afe500441486ef9cb44726d190134060a4 Mon Sep 17 00:00:00 2001 From: Ilya Grechuhin Date: Thu, 15 Feb 2018 12:53:36 +0300 Subject: [PATCH] [version] [ios] Increased app version to 8.1.0. --- xcode/common.xcconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcode/common.xcconfig b/xcode/common.xcconfig index a7e3e212a6..82db8d895f 100644 --- a/xcode/common.xcconfig +++ b/xcode/common.xcconfig @@ -1,4 +1,4 @@ -CURRENT_PROJECT_VERSION = 8.0.7 +CURRENT_PROJECT_VERSION = 8.1.0 // Paths OMIM_ROOT = $(PROJECT_DIR)/../..