Skip to content

Commit

Permalink
Bump version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
baylessj committed Feb 21, 2021
1 parent 6baeb67 commit 49331c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.10)
project(squiggles)

set(SQUIGGLES_VERSION 1.1.0)
set(SQUIGGLES_VERSION 1.1.1)

option(SQUIGGLES_TEST "determines if we're gonna pull googletest" OFF)
option(INSTALL_SQUIGGLES "Enables installation of the squiggles library" ON)
Expand Down

0 comments on commit 49331c8

Please sign in to comment.