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

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
Signed-off-by: Harsh Shandilya <[email protected]>
  • Loading branch information
Harsh Shandilya committed Oct 16, 2019
1 parent 1ef5252 commit 93ca1d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Release Notes

### Unreleased

### [v5.2.3](https://github.com/msfjarvis/viscerion/releases/5.2.3)
- Make log exporter a top-level menu item and remove viewer activity
- Resolve wg-quick segfaults on some devices

### [v5.2.2](https://github.com/msfjarvis/viscerion/releases/5.2.2)
- Fix another crash in settings
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/VersionConfiguration.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
* SPDX-License-Identifier: Apache-2.0
*/
object VersionConfiguration {
const val versionCode = 5220
const val versionName = "5.2.2"
const val versionCode = 5230
const val versionName = "5.2.3"
}

0 comments on commit 93ca1d3

Please sign in to comment.