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

Commit 1fb29e0

Browse files
committed
Bump version
Signed-off-by: Harsh Shandilya <[email protected]>
1 parent 1704d5b commit 1fb29e0

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.2](https://github.com/msfjarvis/viscerion/releases/5.2.2)
6+
- Fix another crash in settings
7+
58
### [v5.2.1](https://github.com/msfjarvis/viscerion/releases/5.2.1)
69
- Fix crash in tunnel detail view
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 = 5210
8-
const val versionName = "5.2.1"
7+
const val versionCode = 5220
8+
const val versionName = "5.2.2"
99
}

0 commit comments

Comments
 (0)