Skip to content

Commit

Permalink
Bump version v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sg0hsmt committed Jan 16, 2022
1 parent da89956 commit 46b90da
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.0.2"
version = "0.0.3"
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.0.2"
version = "0.0.3"
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.0.2"
version = "0.0.3"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit 46b90da

Please sign in to comment.