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]