diff --git a/CHANGES.md b/CHANGES.md index 1a8f2129..f28f53b2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,6 @@ +# Version 0.9.0 - 2017-02-21 + * i18n: Fixed Czech, Croatian, Korean, Dutch and Chinese (Simplified) not getting installed + # Version 0.9.0 - 2017-02-20 * ui: Fix problem of app menu not available on certain desktop configurations (#6) * ui: Fix display of desktop notifications on Ubuntu Unity (#55) diff --git a/CMakeLists.txt b/CMakeLists.txt index 40bb2633..7ba2f4d4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.6) set (PEEK_VERSION_MAJOR 0) set (PEEK_VERSION_MINOR 9) -set (PEEK_VERSION_PATCH 0) +set (PEEK_VERSION_PATCH 1) set (XDG_APPS_INSTALL_DIR share/applications) set (GettextTranslate_GMO_BINARY TRUE)