summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Belt <andrewpbelt@gmail.com>2019-06-27 00:14:23 -0400
committerAndrew Belt <andrewpbelt@gmail.com>2019-06-27 00:14:23 -0400
commit67342b7d8cfdf7aa516c259425fb8357eebc38b3 (patch)
tree611d89ca2cd35da3b73213c0d47e7ca9c80b82c0
parentc07e7edb8a8153ab8807d8ac199af48701b83767 (diff)
Bump versionv1.1.0
-rw-r--r--CHANGELOG.md2
-rw-r--r--Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f0e3f235..d1f8f8d4 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.0 (in development)
+### 1.1.0 (2019-06-27)
- Request microphone access on Mac to prevent Mac 10.14+ from blocking audio input.
- Clear filters in Module Browser when backspace is pressed while the search field is empty.
- Add Mod-0 key command to set zoom to 100%.
diff --git a/Makefile b/Makefile
index 2c22e590..fb007744 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
RACK_DIR ?= .
# VERSION := 1.dev.$(shell git rev-parse --short HEAD)
-VERSION := 1.0.0
+VERSION := 1.1.0
FLAGS += -DVERSION=$(VERSION)
FLAGS += -Iinclude -Idep/include