Skip to content

Commit

Permalink
Bump version to v0.10.2
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Humdinger committed Sep 30, 2017
1 parent 142aa13 commit 901b13a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# The name of the binary.
NAME = Vision
VERSION := 0.10.1
VERSION := 0.10.2
TARGET_DIR = ../dist

# The type of binary, must be one of:
Expand Down
2 changes: 1 addition & 1 deletion src/Vision.rdef
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ resource app_flags B_EXCLUSIVE_LAUNCH;
resource app_version {
major = 0,
middle = 10,
minor = 1,
minor = 2,

// B_APPV_DEVELOPMENT
// B_APPV_ALPHA
Expand Down

0 comments on commit 901b13a

Please sign in to comment.