Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinchowdhury18 committed Nov 7, 2021
1 parent 1a74504 commit 632c6ee
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 @@

All notable changes to this project will be documented in this file.

## UNRELEASED
## [1.1.1] 2021-11-07
- Fixed bug with saving/loading plugin state.
- Made presets agnostic to tuning setting.

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.15)
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.12" CACHE STRING "Minimum OS X deployment target")
project(ChowKick VERSION 1.1.0)
project(ChowKick VERSION 1.1.1)

set(CMAKE_CXX_STANDARD 17)
add_subdirectory(modules)
Expand Down

0 comments on commit 632c6ee

Please sign in to comment.