1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-03-23 14:50:35 +03:00

update to v0.6.2

This commit is contained in:
Michail Vourlakos 2017-05-09 18:05:17 +03:00
parent c204ad0ce8
commit 477a5b271d
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
#**CHANGELOG**#
#### Version 0.6.2
* fix #446, crash from groupDialog in 5.8
#### Version 0.6.1
* fix #385,load font through QFontDatabase

View File

@ -2,7 +2,7 @@ project(lattedock)
cmake_minimum_required(VERSION 3.0 FATAL_ERROR)
set(CMAKE_CXX_STANDARD 14)
set(VERSION 0.6.1)
set(VERSION 0.6.2)
set(AUTHOR "Michail Vourlakos, Smith Ar")
set(EMAIL "mvourlakos@gmail.com, audoban@openmailbox.org")
set(WEBSITE "https://github.com/psifidotos/Latte-Dock")