Skip to content

Commit

Permalink
1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juzzlin committed Aug 4, 2019
1 parent 45ec990 commit 6a36683
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 9 deletions.
13 changes: 9 additions & 4 deletions CHANGELOG
Expand Up @@ -3,14 +3,19 @@ x.y.z

New features:

* Fix GitHub Issue #59: Enable text entry in newly created nodes
* Fix GitHub Issue #61: System dialogs are not localized
* Fix GitHub Issue #55: Ability to copy the node without connection

Bug fixes:

Other:

1.11.0
======

New features:

* Fix GitHub Issue #59: Enable text entry in newly created nodes
* Fix GitHub Issue #61: System dialogs are not localized
* Fix GitHub Issue #55: Ability to copy the node without connection

1.10.0 - "Summer Serafina"
==========================

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -21,7 +21,7 @@ endif()

# Global game version
set(VERSION_MAJOR "1")
set(VERSION_MINOR "10")
set(VERSION_MINOR "11")
set(VERSION_PATCH "0")
set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")

Expand Down
2 changes: 1 addition & 1 deletion heimer.pro
Expand Up @@ -4,7 +4,7 @@
TEMPLATE = app
TARGET = heimer

DEFINES += VERSION=\\\"1.10.0\\\"
DEFINES += VERSION=\\\"1.11.0\\\"
QMAKE_CXXFLAGS += -std=gnu++11

# Qt version check
Expand Down
2 changes: 1 addition & 1 deletion packaging/windows/heimer.nsi
Expand Up @@ -8,7 +8,7 @@
!define COMPANYNAME "Juzzlin"
!define DESCRIPTION "An application for mind map creation and management."
!define VERSIONMAJOR 1
!define VERSIONMINOR 10
!define VERSIONMINOR 11
!define VERSIONBUILD 0
!define HELPURL "http://juzzlin.github.io/Heimer/"
!define UPDATEURL "https://github.com/juzzlin/Heimer/releases"
Expand Down
2 changes: 1 addition & 1 deletion scripts/buildAppImage.sh
Expand Up @@ -2,7 +2,7 @@

# Builds AppImage in Docker

HEIMER_VERSION=1.10.0
HEIMER_VERSION=1.11.0

CMD="export LANG=en_US.UTF-8 && \
export LC_ALL=en_US.UTF-8 && \
Expand Down
2 changes: 1 addition & 1 deletion snapcraft.yaml
@@ -1,5 +1,5 @@
name: heimer
version: '1.9.0'
version: '1.11.0'
summary: Heimer is a simple cross-platform mind map tool.
description: |
Heimer is a simple cross-platform mind map creation tool.
Expand Down

0 comments on commit 6a36683

Please sign in to comment.