From 7ee9b2dc24c99ea0d097a68263c06ec683af9207 Mon Sep 17 00:00:00 2001 From: Richard Toth Date: Fri, 21 Mar 2025 16:40:09 +0100 Subject: [PATCH] set version number --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fe2dacb..ef2aa48 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mtlsz/common", - "version": "1.0.2", + "version": "1.0.3", "description": "MTLSZ frontend packages", "main": "dist/index.ts", "types": "dist/index.d.ts",