diff --git a/CHANGELOG.md b/CHANGELOG.md index ddc1a848..f6e05915 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ In this document, Mod is Ctrl on Windows/Linux and Cmd on Mac. -### 1.1.4 (in development) +### 1.1.4 (2019-08-22) - Fix parameter smoothing of MIDI-Map. - Sort modules within plugin in the Module Browser according to plugin rather than alphabetically. - Fix bug where knobs sometimes jump while dragging. diff --git a/Core.json b/Core.json index 5afaf5b5..b09cd51f 100644 --- a/Core.json +++ b/Core.json @@ -1,7 +1,7 @@ { "slug": "Core", "name": "Core", - "version": "1.1.3", + "version": "1.1.4", "license": "GPL-3.0-only", "author": "VCV", "brand": "VCV", diff --git a/Makefile b/Makefile index c7d19223..a0df47af 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ RACK_DIR ?= . # VERSION := 1.dev.$(shell git rev-parse --short HEAD) -VERSION := 1.1.3 +VERSION := 1.1.4 FLAGS += -DVERSION=$(VERSION) FLAGS += -Iinclude -Idep/include