diff --git a/app/assets/changes.html b/app/assets/changes.html
index 77f597e35..4b4773215 100644
--- a/app/assets/changes.html
+++ b/app/assets/changes.html
@@ -11,7 +11,7 @@
v2.6.0
Prepare for Android 14
Library updates and internal cleanup
Update ANT+ library (finally with Android 13 fixes)
- Translation updates
+ Translation updates for iw, nl, zh, es, de
Set time from system clock correction
v2.5.2
diff --git a/build.gradle b/build.gradle
index ca54ad059..260a5a277 100644
--- a/build.gradle
+++ b/build.gradle
@@ -30,8 +30,8 @@ project.ext {
mockitoVersion = '3.11.2'
//The Git tag for the release must be identical for F-Droid
- versionName = '2.6.0.0'
- versionCode = 330
+ versionName = '2.6.0.2'
+ versionCode = 331
latestBaseVersionCode = minSdk * 1000000
// F-Droid builds only allow free software (wear dir deleted at builds)
diff --git a/fastlane/metadata/android/en-US/changelogs/21000330.txt b/fastlane/metadata/android/en-US/changelogs/21000331.txt
similarity index 63%
rename from fastlane/metadata/android/en-US/changelogs/21000330.txt
rename to fastlane/metadata/android/en-US/changelogs/21000331.txt
index 1e7b58357..7b06fea04 100644
--- a/fastlane/metadata/android/en-US/changelogs/21000330.txt
+++ b/fastlane/metadata/android/en-US/changelogs/21000331.txt
@@ -1,5 +1,5 @@
-Prepare for Android 14<
+Prepare for Android 14
Library updates and internal cleanup
Update ANT+ library (finally with Android 13 fixes)
-Translation updates
+Translation updates for iw, nl, zh, es, de
Set time from system clock correction
\ No newline at end of file