From b5e997ec5369f816eddd9126e7f2ab23606e52a4 Mon Sep 17 00:00:00 2001 From: Martin Ledvinka Date: Tue, 8 Sep 2020 17:41:09 +0200 Subject: [PATCH] [0.8.0] Bump version. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e120c67..5eb0710 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ cz.cvut.kbss.jsonld jb4jsonld - 0.7.1 + 0.8.0 JB4JSON-LD Java Binding for JSON-LD allows serialization and deserialization of Java POJOs to/from JSON-LD. This is the core implementation, which has to be integrated with Jackson, Jersey etc.