Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nkaralis authored and liss-h committed Dec 5, 2024
1 parent 90c375d commit 3d5bd4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.21)

project(sparql-parser-base VERSION 0.3.5)
project(sparql-parser-base VERSION 0.3.6)

include(cmake/boilerplate_init.cmake)
boilerplate_init()
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ To use sparql-parser-base, add it to your `conanfile.txt`:

```
[requires]
sparql-parser-base/0.3.5
sparql-parser-base/0.3.6
```

### With FetchContent
Expand All @@ -38,7 +38,7 @@ include(FetchContent)
FetchContent_Declare(
sparql-parser-base
GIT_REPOSITORY "${CMAKE_CURRENT_SOURCE_DIR}/../"
GIT_TAG 0.3.5
GIT_TAG 0.3.6
GIT_SHALLOW TRUE
)
FetchContent_MakeAvailable(sparql-parser-base)
Expand Down

0 comments on commit 3d5bd4d

Please sign in to comment.