diff --git a/bfi-rust/Cargo.lock b/bfi-rust/Cargo.lock index f25fde6..5a78639 100644 --- a/bfi-rust/Cargo.lock +++ b/bfi-rust/Cargo.lock @@ -2,4 +2,4 @@ # It is not intended for manual editing. [[package]] name = "bfinterpreter" -version = "0.1.0" +version = "0.1.1" diff --git a/bfi-rust/Cargo.toml b/bfi-rust/Cargo.toml index 22a7cc0..15f7627 100644 --- a/bfi-rust/Cargo.toml +++ b/bfi-rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bfinterpreter" -version = "0.1.0" +version = "0.1.1" authors = ["Nilstrieb "] edition = "2018"