Skip to content

Commit 5a75390

Browse files
committed
1.15.1
1 parent ab867c1 commit 5a75390

File tree

6 files changed

+13
-5
lines changed

6 files changed

+13
-5
lines changed

CHANGELOG

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ Bug fixes:
77

88
Other:
99

10+
1.15.1
11+
======
12+
13+
Other:
14+
15+
* Update Italian translations
16+
* Use Argengine as the CLI argument parser
17+
1018
1.15.0
1119
======
1220

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ endif()
2222
# Global version
2323
set(VERSION_MAJOR 1)
2424
set(VERSION_MINOR 15)
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.15.0\\\"
7+
DEFINES += VERSION=\\\"1.15.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 15
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.15.0
5+
HEIMER_VERSION=1.15.1
66

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

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: '1.15.0'
2+
version: '1.15.1'
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)