diff --git a/README.md b/README.md
index 93af92e1c..f023957f0 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ Linux | | or download the APK file: [64-bit](https://github.com/laurent22/joplin-android/releases/download/android-v1.0.330/joplin-v1.0.330.apk) [32-bit](https://github.com/laurent22/joplin-android/releases/download/android-v1.0.330/joplin-v1.0.330-32bit.apk)
+Android | | or download the APK file: [64-bit](https://github.com/laurent22/joplin-android/releases/download/android-v1.0.331/joplin-v1.0.331.apk) [32-bit](https://github.com/laurent22/joplin-android/releases/download/android-v1.0.331/joplin-v1.0.331-32bit.apk)
iOS | | -
## Terminal application
diff --git a/ReactNativeClient/android/app/build.gradle b/ReactNativeClient/android/app/build.gradle
index a0e066c17..64336c96c 100644
--- a/ReactNativeClient/android/app/build.gradle
+++ b/ReactNativeClient/android/app/build.gradle
@@ -120,8 +120,8 @@ android {
applicationId "net.cozic.joplin"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 2097566
- versionName "1.0.330"
+ versionCode 2097567
+ versionName "1.0.331"
ndk {
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
}