diff --git a/android/gradle.properties b/android/gradle.properties index 1cb8e14753..54eae43b90 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -2,8 +2,8 @@ propMinSdkVersion=15 propTargetSdkVersion=26 propCompileSdkVersion=26 propBuildToolsVersion=27.0.3 -propVersionCode=905 -propVersionName=9.0.5 +propVersionCode=906 +propVersionName=9.0.6 propDebugNdkFlags=V=1 NDK_DEBUG=1 DEBUG=1 propReleaseNdkFlags=V=1 NDK_DEBUG=0 PRODUCTION=1 propSupportLibraryVersion=27.1.1 diff --git a/xcode/common.xcconfig b/xcode/common.xcconfig index 15bc2bc20f..5416e7bb8e 100644 --- a/xcode/common.xcconfig +++ b/xcode/common.xcconfig @@ -1,4 +1,4 @@ -CURRENT_PROJECT_VERSION = 9.0.5 +CURRENT_PROJECT_VERSION = 9.0.6 // Paths OMIM_ROOT = $(PROJECT_DIR)/../..