diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e72968..1235665 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ## Release Notes ## +### 4.99.28 [2023-05-30] ### + +* Hotkey handling improvements under Linux + + ### 4.99.27 [2023-05-28] ### * Fixed link detection diff --git a/src/QText.pro b/src/QText.pro index 681a01e..75911c5 100644 --- a/src/QText.pro +++ b/src/QText.pro @@ -1,6 +1,6 @@ APP_PRODUCT = "QText" APP_COMPANY = "Josip Medved" -APP_VERSION = "0.0.0" +APP_VERSION = "4.99.28" APP_COPYRIGHT = "Copyright 2004 Josip Medved " APP_DESCRIPTION = "QText: Note taking utility with auto-save"