diff --git a/app/build.gradle b/app/build.gradle index 9c787cee..4f69d00a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId = 'com.tutpro.baresip' minSdkVersion 21 targetSdkVersion 28 - versionCode = 83 - versionName = '9.0.0' + versionCode = 84 + versionName = '9.1.0' externalNativeBuild { cmake { cFlags '-DHAVE_INTTYPES_H' diff --git a/fastlane/metadata/android/en-US/changelogs/9.1.0.txt b/fastlane/metadata/android/en-US/changelogs/9.1.0.txt index 7b9d0d4d..842dd1ac 100644 --- a/fastlane/metadata/android/en-US/changelogs/9.1.0.txt +++ b/fastlane/metadata/android/en-US/changelogs/9.1.0.txt @@ -1,2 +1,2 @@ - Auto-reject incoming call if phone state is not idle. -- Supress ring tone of incoming call if device is in no-disturb mode. +- Suppress ring tone of incoming call if device is in no-disturb mode.