From 7b37065bd1dc25a72affb1076085f6f36dbc710a Mon Sep 17 00:00:00 2001 From: Shigeo Hashimoto Date: Sun, 15 May 2022 21:43:42 +0900 Subject: [PATCH] Bump version v0.1.1 --- Cargo.toml | 2 +- examples/cli/Cargo.toml | 2 +- examples/demo/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a07ef4b..1a09470 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "budoux" -version = "0.1.0" +version = "0.1.1" edition = "2021" description = "Rust port of BudouX (machine learning powered line break organizer tool)." diff --git a/examples/cli/Cargo.toml b/examples/cli/Cargo.toml index c19ac2e..49904c7 100644 --- a/examples/cli/Cargo.toml +++ b/examples/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "budoux-cli" -version = "0.1.0" +version = "0.1.1" edition = "2021" [dependencies] diff --git a/examples/demo/Cargo.toml b/examples/demo/Cargo.toml index 9244f58..97e2ac9 100644 --- a/examples/demo/Cargo.toml +++ b/examples/demo/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "budoux-demo" -version = "0.1.0" +version = "0.1.1" edition = "2021" [dependencies]