Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
New release
Browse files Browse the repository at this point in the history
  • Loading branch information
micromaomao committed Mar 22, 2022
1 parent 4cf49d8 commit d3560b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modus-lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "modus-lib"
version = "0.1.11"
version = "0.1.12"
authors = ["University College London"]
edition = "2018"
license = "AGPL-3.0"
Expand Down
4 changes: 2 additions & 2 deletions modus/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "modus"
version = "0.1.11"
version = "0.1.12"
authors = ["University College London"]
edition = "2018"
default-run = "modus"
Expand All @@ -21,7 +21,7 @@ name = "buildkit-frontend"
path = "src/buildkit_frontend.rs"

[dependencies]
modus-lib = { version = "=0.1.11", path = "../modus-lib" }
modus-lib = { version = "=0.1.12", path = "../modus-lib" }

clap = { version = "3", features = ["cargo"] }
colored = "2"
Expand Down

0 comments on commit d3560b3

Please sign in to comment.