From f1b16f27141037151ebbbd1e3b3179f6cc2da03e Mon Sep 17 00:00:00 2001 From: jakubfiala Date: Thu, 27 Jun 2024 21:08:30 +0200 Subject: [PATCH] 4.4.1 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index b5f871c..6762168 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "atrament", - "version": "4.4.0", + "version": "4.4.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "atrament", - "version": "4.4.0", + "version": "4.4.1", "license": "SEE LICENSE IN LICENSE.md", "dependencies": { "@rollup/plugin-terser": "^0.4.4", diff --git a/package.json b/package.json index 623d121..21f4825 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "atrament", - "version": "4.4.0", + "version": "4.4.1", "description": "Tiny JS library for beautiful drawing and handwriting on the HTML Canvas", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js",