From c9aab47dc6d52bdfa3e0aa90d5343006e6db35c0 Mon Sep 17 00:00:00 2001 From: ringsaturn Date: Fri, 29 Dec 2023 22:42:42 +0800 Subject: [PATCH] Bump version --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1e85215..9759c2d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "tzf-rel" -version = "0.0.2023-b" +version = "0.0.2023-d" diff --git a/Cargo.toml b/Cargo.toml index 18f0c20..fd65dba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "tzf-rel" -version = "0.0.2023-b" +version = "0.0.2023-d" edition = "2021" -license = "ODbL" +license = "ODbL-1.0" description = "Probuf based binary timezone data distribution for tzf-rs" homepage = "https://github.com/ringsaturn/tzf-rel" documentation = "https://github.com/ringsaturn/tzf-rel"