Skip to content

Commit

Permalink
Bumped version for new release.
Browse files Browse the repository at this point in the history
Also bumped CMake minimum version.
  • Loading branch information
LTLA committed Aug 27, 2024
1 parent fc99028 commit 2d65c3d
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
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.14)
cmake_minimum_required(VERSION 3.24)

project(tatami_stats
VERSION 1.1.0
VERSION 1.1.1
DESCRIPTION "Matrix statistics for tatami"
LANGUAGES CXX)

Expand Down

0 comments on commit 2d65c3d

Please sign in to comment.