From 6667815e215399ef94ff26abfca2a070eaeb392e Mon Sep 17 00:00:00 2001 From: Neriya Cohen Date: Sun, 8 Dec 2024 00:25:36 +0200 Subject: [PATCH] v1.0.1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5589536..7ab7397 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dotsscript", - "version": "1.0.0", + "version": "1.0.1", "description": "Making javascript much simpler", "main": "dist/index.js", "repository": "https://github.com/xpodev/dot-script", @@ -19,4 +19,4 @@ "dist", "bin" ] -} \ No newline at end of file +}