From 6174e90a0b5139094fa3195e43cc60e06243c76a Mon Sep 17 00:00:00 2001 From: Jeffrey Sarnoff Date: Tue, 22 Oct 2024 16:53:28 -0400 Subject: [PATCH] dependabot bump patchlevel --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 265d0984..21e85a71 100644 --- a/Project.toml +++ b/Project.toml @@ -5,7 +5,7 @@ license = "MIT" authors = ["Jeffrey Sarnoff "] description = "NanoDate is a nanosecond resolved DateTime type" repo = "https://github.com/JuliaTime/NanoDates.jl.git" -version = "1.0.3" +version = "1.0.4" [deps] Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"