From bdc457d16d065c72df7dd60a57a870c507ca8147 Mon Sep 17 00:00:00 2001 From: Ayo Date: Tue, 19 Sep 2023 14:23:42 +0200 Subject: [PATCH] chore: fix version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 60f76d8..73ab26a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "web-component-base", - "version": "1.6.7", + "version": "1.6.5", "description": "Minimal base class for creating reactive custom elements easily", "main": "index.d.ts", "scripts": {