Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bigerl committed Feb 28, 2023
1 parent 5bbdf34 commit 744dca0
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.2)
project(sparql-parser-base VERSION 0.3.3)

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 @@ -27,7 +27,7 @@ To use sparql-parser-base, add it to your `conanfile.txt`:

```
[requires]
sparql-parser-base/0.3.2
sparql-parser-base/0.3.3
```

If you want to use SPARQL 1.0 instead, add `sparql-parser-base:sparql_version=1.0` to the `[options]` section of your
Expand All @@ -42,7 +42,7 @@ include(FetchContent)
FetchContent_Declare(
sparql-parser-base
GIT_REPOSITORY "${CMAKE_CURRENT_SOURCE_DIR}/../"
GIT_TAG 0.3.2
GIT_TAG 0.3.3
GIT_SHALLOW TRUE
)
FetchContent_MakeAvailable(sparql-parser-base)
Expand Down

0 comments on commit 744dca0

Please sign in to comment.