From a5ef2d6bfbb7772859024bc9327372a583f33dac Mon Sep 17 00:00:00 2001 From: femshima <49227365+femshima@users.noreply.github.com> Date: Mon, 5 Feb 2024 06:23:31 +0900 Subject: [PATCH] v0.1.1 --- Cargo.lock | 4 ++-- Cargo.toml | 6 +++--- crates/jlabel-question/README.md | 2 +- crates/jlabel/README.md | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8057176..07ea458 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13,7 +13,7 @@ dependencies = [ [[package]] name = "jlabel" -version = "0.1.0" +version = "0.1.1" dependencies = [ "serde", "thiserror", @@ -21,7 +21,7 @@ dependencies = [ [[package]] name = "jlabel-question" -version = "0.1.0" +version = "0.1.1" dependencies = [ "jlabel", "regex-automata", diff --git a/Cargo.toml b/Cargo.toml index 242ac68..b673d42 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ resolver = "2" members = ["crates/*"] [workspace.package] -version = "0.1.0" +version = "0.1.1" rust-version = "1.65.0" license = "BSD-3-Clause" repository = "https://github.com/jpreprocess/jlabel" @@ -11,7 +11,7 @@ keywords = ["tts", "openjtalk", "library"] categories = ["text-processing"] [workspace.dependencies] -jlabel = { path = "crates/jlabel", version = "0.1.0" } -jlabel-question = { path = "crates/jlabel-question", version = "0.1.0" } +jlabel = { path = "crates/jlabel", version = "0.1.1" } +jlabel-question = { path = "crates/jlabel-question", version = "0.1.1" } thiserror = "1.0.56" diff --git a/crates/jlabel-question/README.md b/crates/jlabel-question/README.md index b79db42..287a338 100644 --- a/crates/jlabel-question/README.md +++ b/crates/jlabel-question/README.md @@ -8,7 +8,7 @@ Put the following in Cargo.toml ```toml [dependencies] -jlabel-question = "0.1.0" +jlabel-question = "0.1.1" ``` ## Copyrights diff --git a/crates/jlabel/README.md b/crates/jlabel/README.md index cd572d7..a3be4d4 100644 --- a/crates/jlabel/README.md +++ b/crates/jlabel/README.md @@ -8,7 +8,7 @@ Put the following in Cargo.toml ```toml [dependencies] -jlabel = "0.1.0" +jlabel = "0.1.1" ``` ## License