From c6d500c7c8e4bb444cb4760383024e5c9c3fdb2d Mon Sep 17 00:00:00 2001 From: Thomas Minier Date: Mon, 17 Feb 2020 13:44:20 +0100 Subject: [PATCH] v0.7.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5ea70eaa..fe3d477d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sparql-engine", - "version": "0.6.0", + "version": "0.7.0", "description": "A framework for building SPARQL query engines in Javascript", "main": "dist/api.js", "types": "dist/api.d.ts",