Skip to content

Commit

Permalink
v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur Bać committed Aug 14, 2024
1 parent 2da246e commit 5814ee6
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.23)

project(stralgo
VERSION 1.3.1
VERSION 1.3.2
LANGUAGES CXX
HOMEPAGE_URL "https://github.com/arturbac/stralgo"
)
Expand Down Expand Up @@ -36,7 +36,7 @@ CPMAddPackage(
CPMAddPackage(
small_vectors
GITHUB_REPOSITORY arturbac/small_vectors
GIT_TAG v3.1.6
GIT_TAG v3.1.8
)

if( PROJECT_IS_TOP_LEVEL )
Expand Down

0 comments on commit 5814ee6

Please sign in to comment.