From c2f2cac7e5d9528a2bd98e6ad15f7b1c2cd88226 Mon Sep 17 00:00:00 2001 From: Dominik Biedebach Date: Mon, 27 Feb 2023 00:33:34 +0100 Subject: [PATCH] 1.1.1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9e56a25..b0671df 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "create-tiptap-extension", "description": "Create a new Tiptap extension in seconds.", - "version": "1.1.0", + "version": "1.1.1", "license": "MIT", "type": "module", "author": { @@ -41,4 +41,4 @@ "minimist": "^1.2.8", "prompts": "^2.4.2" } -} +} \ No newline at end of file