Skip to content

Commit e6d754e

Browse files
committed
3.1.0
1 parent 882c5d4 commit e6d754e

File tree

5 files changed

+19
-4
lines changed

5 files changed

+19
-4
lines changed

CHANGELOG

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
x.y.z
22
=====
33

4+
Release date:
5+
6+
New features:
7+
8+
Bug fixes:
9+
10+
Other:
11+
12+
3.1.0
13+
=====
14+
15+
Release date:
16+
17+
Fri, 24 Dec 2021 12:47:41 +0200
18+
419
New features:
520

621
* Option to automatically snap existing nodes to grid

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ endif()
2626

2727
# Global version
2828
set(VERSION_MAJOR 3)
29-
set(VERSION_MINOR 0)
29+
set(VERSION_MINOR 1)
3030
set(VERSION_PATCH 0)
3131
set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
3232

scripts/build-app-image

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Builds AppImage in Docker
44

5-
HEIMER_VERSION=3.0.0
5+
HEIMER_VERSION=3.1.0
66

77
CMD="export LANG=en_US.UTF-8 && \
88
export LC_ALL=en_US.UTF-8 && \

scripts/build-windows-zip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Builds ZIP archive for Windows in Docker
44

5-
VERSION=3.0.0
5+
VERSION=3.1.0
66

77
CMAKE=/mxe/usr/bin/i686-w64-mingw32.static-cmake
88

snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: heimer
2-
version: '3.0.0'
2+
version: '3.1.0'
33
summary: Heimer is a simple cross-platform mind map tool.
44
description: |
55
Heimer is a simple cross-platform mind map creation tool.

0 commit comments

Comments
 (0)