Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
phenylshima committed Feb 4, 2024
1 parent 9e249b2 commit a5ef2d6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ resolver = "2"
members = ["crates/*"]

[workspace.package]
version = "0.1.0"
version = "0.1.1"
rust-version = "1.65.0"
license = "BSD-3-Clause"
repository = "https://github.com/jpreprocess/jlabel"
keywords = ["tts", "openjtalk", "library"]
categories = ["text-processing"]

[workspace.dependencies]
jlabel = { path = "crates/jlabel", version = "0.1.0" }
jlabel-question = { path = "crates/jlabel-question", version = "0.1.0" }
jlabel = { path = "crates/jlabel", version = "0.1.1" }
jlabel-question = { path = "crates/jlabel-question", version = "0.1.1" }

thiserror = "1.0.56"
2 changes: 1 addition & 1 deletion crates/jlabel-question/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Put the following in Cargo.toml

```toml
[dependencies]
jlabel-question = "0.1.0"
jlabel-question = "0.1.1"
```

## Copyrights
Expand Down
2 changes: 1 addition & 1 deletion crates/jlabel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Put the following in Cargo.toml

```toml
[dependencies]
jlabel = "0.1.0"
jlabel = "0.1.1"
```

## License
Expand Down

0 comments on commit a5ef2d6

Please sign in to comment.