From 99f887de166a6aa29f4ff4d2899d3eec986bee02 Mon Sep 17 00:00:00 2001 From: nekevss Date: Mon, 4 Mar 2024 18:05:29 -0500 Subject: [PATCH] Update version to 0.0.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 4 +--- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4fecd331a..1c089d3c4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -245,7 +245,7 @@ dependencies = [ [[package]] name = "temporal_rs" -version = "0.0.1" +version = "0.0.2" dependencies = [ "bitflags", "icu_calendar", diff --git a/Cargo.toml b/Cargo.toml index 1b5d80e3c..b87a91f21 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.1" +version = "0.0.2" edition = "2021" authors = ["boa-dev"] license = "MIT OR Apache-2.0" diff --git a/README.md b/README.md index a5ebfeea9..8a40ed7fd 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,7 @@ as we intended to make an engine agnostic and general usage implementation of `T Relevent links regarding Temporal can be found below. --[Temporal Documentation](https://tc39.es/proposal-temporal/docs/) --[Temporal Specification](https://tc39.es/proposal-temporal/) --[Temporal Repository](https://github.com/tc39/proposal-temporal) +[Temporal Documentation](https://tc39.es/proposal-temporal/docs/) | [Temporal Specification](https://tc39.es/proposal-temporal/) | [Temporal Repository](https://github.com/tc39/proposal-temporal) ## Contributing