Skip to content

Commit 14689f4

Browse files
committed
Merge tag 'v25.06.1' into develop
v25.06.1
2 parents 6f3299c + bad30b8 commit 14689f4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Main changes in this version: fix audio devices and volume selection in Element Call, improves moderation features.
2+
Full changelog: https://github.com/element-hq/element-x-android/releases

plugins/src/main/kotlin/Versions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ private const val versionYear = 25
3232
private const val versionMonth = 6
3333

3434
// Note: must be in [0,99]
35-
private const val versionReleaseNumber = 0
35+
private const val versionReleaseNumber = 1
3636

3737
object Versions {
3838
const val VERSION_CODE = (2000 + versionYear) * 10_000 + versionMonth * 100 + versionReleaseNumber

0 commit comments

Comments
 (0)