From 265e88c1d6dcc6629736e95d35c4c64722860c0c Mon Sep 17 00:00:00 2001 From: "Bekerle, Patrizio" <patrizio.bekerle@tugraz.at> Date: Wed, 4 May 2022 09:16:57 +0200 Subject: [PATCH] Add bundle and website link --- README.md | 4 +++- package.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6abe404..397b144 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ [GitLab Repository](https://gitlab.tugraz.at/dbp/esign/signature) | [npmjs package](https://www.npmjs.com/package/@dbp-topics/signature) | -[Unpkg CDN](https://unpkg.com/browse/@dbp-topics/signature/) +[Unpkg CDN](https://unpkg.com/browse/@dbp-topics/signature/) | +[Esign Bundle](https://gitlab.tugraz.at/dbp/esign/dbp-relay-esign-bundle) | +[Project documentation](https://dbp-demo.tugraz.at/site/software/esign.html) ## Prerequisites diff --git a/package.json b/package.json index c2cdb05..6608a6e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@dbp-topics/signature", "internalName": "dbp-signature", - "version": "2.1.1", + "version": "2.1.2", "main": "src/dbp-signature.js", "license": "LGPL-2.1-or-later", "repository": { -- GitLab