Skip to content

Commit 9a1c9ea

Browse files
committed
1.13.1
1 parent f1f2594 commit 9a1c9ea

File tree

5 files changed

+11
-6
lines changed

5 files changed

+11
-6
lines changed

CHANGELOG

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,15 @@ New features:
55

66
Bug fixes:
77

8-
* Fix GitHub Issue #75: Unpredictable crash on delete node via context menu
9-
108
Other:
119

10+
1.13.1
11+
======
12+
13+
Bug fixes:
14+
15+
* Fix GitHub Issue #75: Unpredictable crash on delete node via context menu
16+
1217
1.13.0
1318
======
1419

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ endif()
2222
# Global game version
2323
set(VERSION_MAJOR "1")
2424
set(VERSION_MINOR "13")
25-
set(VERSION_PATCH "0")
25+
set(VERSION_PATCH "1")
2626
set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
2727

2828
# Some common CPack variables

heimer.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
TEMPLATE = app
55
TARGET = heimer
66

7-
DEFINES += VERSION=\\\"1.13.0\\\"
7+
DEFINES += VERSION=\\\"1.13.1\\\"
88
CONFIG += c++11 lrelease embed_translations
99

1010
# Qt version check

packaging/windows/heimer.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
!define DESCRIPTION "An application for mind map creation and management."
1010
!define VERSIONMAJOR 1
1111
!define VERSIONMINOR 13
12-
!define VERSIONBUILD 0
12+
!define VERSIONBUILD 1
1313
!define HELPURL "http://juzzlin.github.io/Heimer/"
1414
!define UPDATEURL "https://github.com/juzzlin/Heimer/releases"
1515
!define ABOUTURL "http://juzzlin.github.io/Heimer/"

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=1.13.0
5+
HEIMER_VERSION=1.13.1
66

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

0 commit comments

Comments
 (0)