Skip to content

Commit

Permalink
v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
phenylshima committed Mar 25, 2024
1 parent 8277b00 commit 7064aab
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.3"
version = "0.1.4"
rust-version = "1.65.0"
license = "BSD-3-Clause"
repository = "https://github.com/jpreprocess/jlabel"
keywords = ["tts", "openjtalk", "library"]
categories = ["encoding"]

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

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 @@ -10,7 +10,7 @@ Put the following in Cargo.toml

```toml
[dependencies]
jlabel-question = "0.1.3"
jlabel-question = "0.1.4"
```

## 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.3"
jlabel = "0.1.4"
```

## License
Expand Down

0 comments on commit 7064aab

Please sign in to comment.