From 86e677d97b0f4fc5b1d3c1a29ff161a96b365481 Mon Sep 17 00:00:00 2001 From: Pieter Verschaffelt Date: Tue, 26 Sep 2023 10:45:04 +0200 Subject: [PATCH] Bump to v2.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index de02d1a..65fcd28 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unipept-web-components", - "version": "2.1.0", + "version": "2.1.1", "scripts": { "dev": "vite", "build": "vue-tsc --emitDeclarationOnly && vite build && tsc --emitDeclarationOnly && tsc-alias && rm -rf types/test types/plugins types/main.d.ts",