From 46b90dad66dc9645b18a6c96d900f4951b0f48a2 Mon Sep 17 00:00:00 2001 From: Shigeo Hashimoto Date: Sun, 16 Jan 2022 15:28:03 +0900 Subject: [PATCH] Bump version v0.0.3 --- 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 172f5d9..93b69f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "budoux" -version = "0.0.2" +version = "0.0.3" 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 73b86ee..91d01e8 100644 --- a/examples/cli/Cargo.toml +++ b/examples/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "budoux-cli" -version = "0.0.2" +version = "0.0.3" edition = "2021" [dependencies] diff --git a/examples/demo/Cargo.toml b/examples/demo/Cargo.toml index abdeb25..f8ed347 100644 --- a/examples/demo/Cargo.toml +++ b/examples/demo/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "budoux-demo" -version = "0.0.2" +version = "0.0.3" edition = "2021" [dependencies]