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

Commit a44ac1a

Browse files
committed
Bump version
1 parent 9415ce4 commit a44ac1a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

modus-lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "modus-lib"
3-
version = "0.1.13"
3+
version = "0.1.14"
44
authors = ["University College London"]
55
edition = "2018"
66
license = "AGPL-3.0"

modus/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "modus"
3-
version = "0.1.13"
3+
version = "0.1.14"
44
authors = ["University College London"]
55
edition = "2018"
66
default-run = "modus"
@@ -21,7 +21,7 @@ name = "buildkit-frontend"
2121
path = "src/buildkit_frontend.rs"
2222

2323
[dependencies]
24-
modus-lib = { version = "=0.1.13", path = "../modus-lib" }
24+
modus-lib = { version = "=0.1.14", path = "../modus-lib" }
2525

2626
clap = { version = "3", features = ["cargo"] }
2727
colored = "2"

0 commit comments

Comments
 (0)