From 97321d6420aa1680f20ac1173804ef4db568731a Mon Sep 17 00:00:00 2001 From: Aljosha Koecher Date: Sun, 6 Sep 2020 13:32:33 +0200 Subject: [PATCH] Set version to 3.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f65cc8f..11123c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sparql-result-converter", - "version": "2.0.2", + "version": "3.0.0", "description": "Little utility function to that converts the table-like result of a SPARQL query into a JSON tree with a user-defined structure", "scripts": { "clean": "rimraf dist && rimraf *.tsbuildinfo",