Skip to content

Commit

Permalink
refactor: events system
Browse files Browse the repository at this point in the history
  • Loading branch information
xivilay committed Feb 8, 2023
1 parent a7b7f8b commit 77a86a7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Change Log
All notable changes to this project will be documented in this file.

## [0.6.1] - 2023-02-08

### Changed

* [ui] event system to support correct multiple parameters change

## [0.5.2] - 2022-07-26

### Added
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if(CMAKE_BUILD_TYPE MATCHES "Debug")
set(PROJECT_NAME "${PROJECT_NAME}Dev")
endif()

set(VERSION "0.5.1")
set(VERSION "0.6.1")
set(JUCE_DIR "external/juce")
set(SRC_DIR "./src")
set(FORMATS "Standalone" "LV2" "VST3")
Expand Down
2 changes: 1 addition & 1 deletion ui

0 comments on commit 77a86a7

Please sign in to comment.