Skip to content

Commit

Permalink
1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juzzlin committed Jan 28, 2020
1 parent a270d27 commit e706be0
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 8 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,21 @@ x.y.z

New features:

Bug fixes:

Other:

1.15.0
======

New features:

* Fix Github Issue #9: Show list of recent files

Bug fixes:

* Fix Github Issue #79: What's new view is editable

Other:

1.14.0
======

Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ if(POLICY CMP0071)
cmake_policy(SET CMP0071 NEW)
endif()

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

Expand Down
2 changes: 1 addition & 1 deletion heimer.pro
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
TEMPLATE = app
TARGET = heimer

DEFINES += VERSION=\\\"1.14.0\\\"
DEFINES += VERSION=\\\"1.15.0\\\"
CONFIG += c++11 lrelease embed_translations

# Qt version check
Expand Down
2 changes: 1 addition & 1 deletion packaging/windows/heimer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
!define COMPANYNAME "Juzzlin"
!define DESCRIPTION "An application for mind map creation and management."
!define VERSIONMAJOR 1
!define VERSIONMINOR 14
!define VERSIONMINOR 15
!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/build-app-image
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Builds AppImage in Docker

HEIMER_VERSION=1.14.0
HEIMER_VERSION=1.15.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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: heimer
version: '1.14.0'
version: '1.15.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 e706be0

Please sign in to comment.