Skip to content

Commit 5e1e995

Browse files
committed
update version
1 parent 347c776 commit 5e1e995

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [3.6.1]
2+
3+
### Fixes
4+
5+
- fix crash for single version of Geonkick when selecting some presets
6+
- fix crash deleting and after selecting a kit instrument
7+
- fix setting instrument channel after deleting a kit instrument
8+
19
## [3.6.0]
210

311
### Features

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required (VERSION 3.7)
22

3-
project(geonkick VERSION 3.6.0)
3+
project(geonkick VERSION 3.6.1)
44

55
math(EXPR GEONKICK_VERSION_HEX "0x${PROJECT_VERSION_MAJOR} * 0x10000 + 0x${PROJECT_VERSION_MINOR} * 0x100 + 0x${PROJECT_VERSION_PATCH}")
66
set(GEONKICK_VERSION_STR "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}")

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ claps, hi-hats, shakers, and unique effect sounds.
1010

1111
**License:** GNU General Public License, Version 3
1212

13-
**Version:** 3.6.0
13+
**Version:** 3.6.1
1414

1515
![Screenshot](data/screenshot.png)
1616

0 commit comments

Comments
 (0)