Skip to content

Commit 00b4683

Browse files
committed
version bump
1 parent cf799b1 commit 00b4683

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.22)
2-
project(rdf4cpp VERSION 0.1.9)
2+
project(rdf4cpp VERSION 0.1.10)
33
set(POBR_VERSION 3) # Persisted Object Binary Representation
44

55
include(cmake/boilerplate_init.cmake)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ To use _rdf4cpp_, add it to your `conanfile.txt`:
8787

8888
```
8989
[requires]
90-
rdf4cpp/0.1.9
90+
rdf4cpp/0.1.10
9191
```
9292

9393
For getting started how to use rdf4cpp, check out the [examples](./examples) directory and refer to our documentation.

0 commit comments

Comments
 (0)