Skip to content

Commit 60d7987

Browse files
committed
Merge branch 'release/0.5.0' into develop
2 parents f427c0e + e6d2ae2 commit 60d7987

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
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: mostly bug fixes and performance improvements.
2+
Full changelog: https://github.com/element-hq/element-x-android/releases

plugins/src/main/kotlin/Versions.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ import org.gradle.jvm.toolchain.JavaLanguageVersion
5151

5252
// Note: 2 digits max for each value
5353
private const val versionMajor = 0
54-
private const val versionMinor = 4
54+
private const val versionMinor = 5
5555

5656
// Note: even values are reserved for regular release, odd values for hotfix release.
5757
// When creating a hotfix, you should decrease the value, since the current value
5858
// is the value for the next regular release.
59-
private const val versionPatch = 17
59+
private const val versionPatch = 0
6060

6161
object Versions {
6262
val versionCode = 4_000_000 + versionMajor * 1_00_00 + versionMinor * 1_00 + versionPatch

0 commit comments

Comments
 (0)