diff --git a/android/gradle.properties b/android/gradle.properties index cac2791757..a0ae193860 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -4,8 +4,8 @@ propMinSdkVersion=15 propTargetSdkVersion=22 propCompileSdkVersion=23 propBuildToolsVersion=22.0.1 -propVersionCode=700 -propVersionName=7.0.0 +propVersionCode=701 +propVersionName=7.0.1 propDebugNdkFlags=V=1 NDK_DEBUG=1 DEBUG=1 propReleaseNdkFlags=V=1 NDK_DEBUG=0 PRODUCTION=1 org.gradle.daemon=true diff --git a/xcode/common.xcconfig b/xcode/common.xcconfig index 0907d7926f..72f0b532de 100644 --- a/xcode/common.xcconfig +++ b/xcode/common.xcconfig @@ -1,4 +1,4 @@ -CURRENT_PROJECT_VERSION = 7.0.0 +CURRENT_PROJECT_VERSION = 7.0.1 // Paths OMIM_ROOT = $(PROJECT_DIR)/../..