Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jstkdng committed Feb 23, 2023
1 parent 6839956 commit 06779d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
set(CMAKE_BUILD_TYPE Debug)

project(ueberzugpp LANGUAGES CXX VERSION 2.0.0)
project(ueberzugpp LANGUAGES CXX VERSION 2.1.0)

find_package(nlohmann_json REQUIRED)
find_package(CLI11 REQUIRED)
Expand Down Expand Up @@ -52,7 +52,7 @@ set(UEBERZUGPP_SOURCES
"src/canvas/sixel.cpp"
"src/canvas/x11/x11.cpp"
"src/canvas/x11/window.cpp"

"src/image.cpp"
"src/image/opencv.cpp"
"src/image/libvips.cpp"
Expand Down

0 comments on commit 06779d3

Please sign in to comment.