From 7eb8e9c4f7a29ef88a58277e948c1a6d0ef73a44 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sun, 23 Jun 2024 23:27:11 +0200 Subject: [PATCH] 4.0.7 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e3e950b..028837b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@push.rocks/smarttime", "private": false, - "version": "4.0.6", + "version": "4.0.7", "description": "Provides utilities for advanced time handling including cron jobs, timestamps, intervals, and more.", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", @@ -59,4 +59,4 @@ "type": "git", "url": "https://code.foss.global/push.rocks/smarttime.git" } -} \ No newline at end of file +}