From 1fa62d8370ebdda5c72c3e4069bb1f5ff11c2f9d Mon Sep 17 00:00:00 2001 From: Gres Date: Mon, 19 Apr 2021 22:51:42 +0300 Subject: [PATCH] Bump version --- screen-translator.pro | 2 +- share/Changelog_en.md | 4 ++++ share/Changelog_ru.md | 4 ++++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/screen-translator.pro b/screen-translator.pro index 5ead3bd..aab4d11 100644 --- a/screen-translator.pro +++ b/screen-translator.pro @@ -21,7 +21,7 @@ linux{ SOURCES += $$PWD/external/miniz/miniz.c INCLUDEPATH += $$PWD/external -VER=3.2.0 +VER=3.2.1 DEFINES += VERSION="$$VER" VERSION = $$VER.0 QMAKE_TARGET_COMPANY = Gres diff --git a/share/Changelog_en.md b/share/Changelog_en.md index db8f300..b803915 100644 --- a/share/Changelog_en.md +++ b/share/Changelog_en.md @@ -1,5 +1,9 @@ # Changes +## 3.2.1 + +* Fixed incorrect update install + ## 3.2.0 * Improved vertical text recognition diff --git a/share/Changelog_ru.md b/share/Changelog_ru.md index c0a85f5..f11d9e9 100644 --- a/share/Changelog_ru.md +++ b/share/Changelog_ru.md @@ -1,5 +1,9 @@ # Изменения +## 3.2.1 + +* Исправлена некорректная установка обновления + ## 3.2.0 * Улучшено распознавание вертикального текста