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

Commit da70ba3

Browse files
committed
Bump version
Signed-off-by: Harsh Shandilya <[email protected]>
1 parent 6a8d8f4 commit da70ba3

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.4](https://github.com/msfjarvis/viscerion/releases/5.2.4)
6+
- Fix QR code import action not working
7+
58
### [v5.2.3](https://github.com/msfjarvis/viscerion/releases/5.2.3)
69
- Make log exporter a top-level menu item and remove viewer activity
710
- Resolve wg-quick segfaults on some devices

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 = 5230
8-
const val versionName = "5.2.3"
7+
const val versionCode = 5240
8+
const val versionName = "5.2.4"
99
}

0 commit comments

Comments
 (0)