From 148d972851773115378f2d94b79d10cdeda034a0 Mon Sep 17 00:00:00 2001 From: Jason Williams <936006+jasonwilliams@users.noreply.github.com> Date: Thu, 5 Dec 2024 14:10:03 +0000 Subject: [PATCH] bump release (#120) bump release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7f48f884..b5298f8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ keywords = ["date", "time", "calendar", "timezone", "duration"] categories = ["date-and-time", "internationalization"] readme = "./README.md" description = "Temporal in Rust is an implementation of the TC39 Temporal Builtin Proposal in Rust." -version = "0.0.3" +version = "0.0.4" edition = "2021" authors = ["boa-dev"] license = "MIT OR Apache-2.0"