diff --git a/Cargo.lock b/Cargo.lock index 0150a3f..ff174fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -355,7 +355,7 @@ dependencies = [ [[package]] name = "depot-js" -version = "0.3.3" +version = "0.3.4" dependencies = [ "ansi-diff", "ansi-to-tui", diff --git a/README.md b/README.md index 8384adb..8dccba5 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,8 @@ Additional documentation about each command will be created soon once the Depot Depot is used in a few of our projects: * [mdbook-quiz](https://github.com/cognitive-engineering-lab/mdbook-quiz/tree/main/js) -* [aquascope](https://github.com/cognitive-engineering-lab/aquascope/tree/main/frontend) +* [Aquascope](https://github.com/cognitive-engineering-lab/aquascope/tree/main/frontend) +* [Bene](https://github.com/nota-lang/bene/tree/main/js) [model JS workspace]: https://github.com/willcrichton/model-js-workspace/ [Cargo]: https://doc.rust-lang.org/cargo/ diff --git a/crates/depot/Cargo.toml b/crates/depot/Cargo.toml index 0c48518..5527009 100644 --- a/crates/depot/Cargo.toml +++ b/crates/depot/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "depot-js" -version = "0.3.3" +version = "0.3.4" description = "A Javascript devtool orchestrator" edition = "2024" authors = ["Will Crichton "]