Skip to content

Commit

Permalink
Bump version v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sg0hsmt committed May 15, 2022
1 parent 1c8a18d commit 7b37065
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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)."
Expand Down
2 changes: 1 addition & 1 deletion examples/cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "budoux-cli"
version = "0.1.0"
version = "0.1.1"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion examples/demo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "budoux-demo"
version = "0.1.0"
version = "0.1.1"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit 7b37065

Please sign in to comment.