Skip to content

Commit 901b13a

Browse files
author
Humdinger
committed
Bump version to v0.10.2
Changelog for v0.10.2: * Fix crash on connection retry * Don't erase password when opening settings * Clean up server settings layout * Slightly improved fonts settings layout * New logo * Added uk.catkeys. Thanks Lan72.
1 parent 142aa13 commit 901b13a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# The name of the binary.
88
NAME = Vision
9-
VERSION := 0.10.1
9+
VERSION := 0.10.2
1010
TARGET_DIR = ../dist
1111

1212
# The type of binary, must be one of:

src/Vision.rdef

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ resource app_flags B_EXCLUSIVE_LAUNCH;
55
resource app_version {
66
major = 0,
77
middle = 10,
8-
minor = 1,
8+
minor = 2,
99

1010
// B_APPV_DEVELOPMENT
1111
// B_APPV_ALPHA

0 commit comments

Comments
 (0)