Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewBelt committed Jun 27, 2019
1 parent c07e7ed commit 67342b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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%.
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 67342b7

Please sign in to comment.