From 6d23c84fe67c6b043c58d9baa6b5d321f45aa069 Mon Sep 17 00:00:00 2001 From: Martin Ledvinka Date: Tue, 14 Jul 2020 14:11:20 +0200 Subject: [PATCH] [0.7.0] Bump version. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 471bd4e..f800079 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ cz.cvut.kbss.jsonld jb4jsonld - 0.6.0 + 0.7.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.