Skip to content
This repository was archived by the owner on Feb 11, 2020. It is now read-only.

Commit fab1af3

Browse files
committed
Bump version
Signed-off-by: Harsh Shandilya <[email protected]>
1 parent 2de3a0c commit fab1af3

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
### Unreleased
44

5+
### [v5.2.5](https://github.com/msfjarvis/viscerion/releases/5.2.5)
6+
- Resolve crashes with QR import dialog on release builds
7+
58
### [v5.2.4](https://github.com/msfjarvis/viscerion/releases/5.2.4)
69
- Fix QR code import action not working
710

buildSrc/src/main/kotlin/VersionConfiguration.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
* SPDX-License-Identifier: Apache-2.0
55
*/
66
object VersionConfiguration {
7-
const val versionCode = 5240
8-
const val versionName = "5.2.4"
7+
const val versionCode = 5250
8+
const val versionName = "5.2.5"
99
}

0 commit comments

Comments
 (0)