Skip to content

Commit

Permalink
updated ui
Browse files Browse the repository at this point in the history
  • Loading branch information
xivilay committed Dec 9, 2021
1 parent 2730a29 commit 7d43836
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Change Log
All notable changes to this project will be documented in this file.


## [0.4.0] - 2021-12-10

### Changed

* moved state to redux store
* now the saved params are restored correctly

### Fixed

* multiple inconsistencies in behavior

## [0.3.12] - 2021-12-5

### Fixed
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.3.12")
set(VERSION "0.4.0")
set(JUCE_DIR "external/juce")
set(SRC_DIR "./src")

Expand Down
2 changes: 1 addition & 1 deletion ui

0 comments on commit 7d43836

Please sign in to comment.