diff --git a/android/gradle.properties b/android/gradle.properties index 5888c1c33f..6abe587987 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -4,8 +4,8 @@ propMinSdkVersion=15 propTargetSdkVersion=23 propCompileSdkVersion=26 propBuildToolsVersion=27.0.2 -propVersionCode=820 -propVersionName=8.2.0 +propVersionCode=821 +propVersionName=8.2.1 propDebugNdkFlags=V=1 NDK_DEBUG=1 DEBUG=1 propReleaseNdkFlags=V=1 NDK_DEBUG=0 PRODUCTION=1 diff --git a/xcode/common.xcconfig b/xcode/common.xcconfig index fc3686c7dc..0509a6d1d3 100644 --- a/xcode/common.xcconfig +++ b/xcode/common.xcconfig @@ -1,4 +1,4 @@ -CURRENT_PROJECT_VERSION = 8.2.0 +CURRENT_PROJECT_VERSION = 8.2.1 // Paths OMIM_ROOT = $(PROJECT_DIR)/../..