From ce45faf5e09ebb0674a8de1ff532ba2ad0790060 Mon Sep 17 00:00:00 2001 From: Christoph Reiter <reiter.christoph@gmail.com> Date: Mon, 21 Feb 2022 12:46:12 +0100 Subject: [PATCH] app-template: disable annotations by default and push a new release --- app-template/index.html | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/app-template/index.html b/app-template/index.html index 3d99e5e..f4977e0 100644 --- a/app-template/index.html +++ b/app-template/index.html @@ -115,7 +115,6 @@ provider-root id="app" lang="de" entry-point-url="https://api-demo.tugraz.at" - allow-annotating html-overrides="global-override" src="/topic.metadata.json" base-path="/" diff --git a/package.json b/package.json index 3c2c27d..bd1e1f5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@dbp-topics/signature", "internalName": "dbp-signature", - "version": "2.0.0", + "version": "2.0.1", "main": "src/dbp-signature.js", "license": "LGPL-2.1-or-later", "repository": { -- GitLab