Skip to content

Commit

Permalink
2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juzzlin committed Jul 9, 2021
1 parent ad3c78b commit f7d6eb6
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 6 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,21 @@ x.y.z

New features:

* Add support for .ALZ drag'n'drop

Bug fixes:

Other:

2.6.0
=====

New features:

* Add support for .ALZ drag'n'drop

Other:

* Build Windows build with CMake

2.5.0
=====

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ endif()

# Global version
set(VERSION_MAJOR 2)
set(VERSION_MINOR 5)
set(VERSION_MINOR 6)
set(VERSION_PATCH 0)
set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")

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=2.5.0
HEIMER_VERSION=2.6.0

CMD="export LANG=en_US.UTF-8 && \
export LC_ALL=en_US.UTF-8 && \
Expand Down
2 changes: 1 addition & 1 deletion scripts/build-windows-zip
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Builds ZIP archive for Windows in Docker

VERSION=2.5.0
VERSION=2.6.0

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

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: '2.5.0'
version: '2.6.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 f7d6eb6

Please sign in to comment.