File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change
1
+ Main changes in this version: mostly bug fixes and performance improvements.
2
+ Full changelog: https://github.com/element-hq/element-x-android/releases
Original file line number Diff line number Diff line change @@ -51,12 +51,12 @@ import org.gradle.jvm.toolchain.JavaLanguageVersion
51
51
52
52
// Note: 2 digits max for each value
53
53
private const val versionMajor = 0
54
- private const val versionMinor = 4
54
+ private const val versionMinor = 5
55
55
56
56
// Note: even values are reserved for regular release, odd values for hotfix release.
57
57
// When creating a hotfix, you should decrease the value, since the current value
58
58
// is the value for the next regular release.
59
- private const val versionPatch = 17
59
+ private const val versionPatch = 0
60
60
61
61
object Versions {
62
62
val versionCode = 4_000_000 + versionMajor * 1_00_00 + versionMinor * 1_00 + versionPatch
You can’t perform that action at this time.
0 commit comments