From 8553eafa8e7313a015181f63a88d6575319a48ae Mon Sep 17 00:00:00 2001 From: Jussi Lind Date: Sat, 2 Oct 2021 13:28:06 +0300 Subject: [PATCH] 2.7.0 --- CHANGELOG | 9 +++++++++ CMakeLists.txt | 2 +- scripts/build-app-image | 2 +- scripts/build-windows-zip | 2 +- snapcraft.yaml | 2 +- 5 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index c3e3c4e7..edd22991 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,6 +3,15 @@ x.y.z New features: +Bug fixes: + +Other: + +2.7.0 +===== + +New features: + * Add Chinese translation * Add Spanish translation diff --git a/CMakeLists.txt b/CMakeLists.txt index b459b131..058c7212 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,7 +21,7 @@ endif() # Global version set(VERSION_MAJOR 2) -set(VERSION_MINOR 6) +set(VERSION_MINOR 7) set(VERSION_PATCH 0) set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}") diff --git a/scripts/build-app-image b/scripts/build-app-image index 1563e70f..301aad13 100755 --- a/scripts/build-app-image +++ b/scripts/build-app-image @@ -2,7 +2,7 @@ # Builds AppImage in Docker -HEIMER_VERSION=2.6.0 +HEIMER_VERSION=2.7.0 CMD="export LANG=en_US.UTF-8 && \ export LC_ALL=en_US.UTF-8 && \ diff --git a/scripts/build-windows-zip b/scripts/build-windows-zip index 9aa5eb01..98dc9d0c 100755 --- a/scripts/build-windows-zip +++ b/scripts/build-windows-zip @@ -2,7 +2,7 @@ # Builds ZIP archive for Windows in Docker -VERSION=2.6.0 +VERSION=2.7.0 CMAKE=/mxe/usr/bin/i686-w64-mingw32.static-cmake diff --git a/snapcraft.yaml b/snapcraft.yaml index 513b6899..6a6fdb60 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: heimer -version: '2.6.0' +version: '2.7.0' summary: Heimer is a simple cross-platform mind map tool. description: | Heimer is a simple cross-platform mind map creation tool.