From 68d07ae79ebde0974ebd928d68da3a1080c9ab0b Mon Sep 17 00:00:00 2001 From: Nilstrieb Date: Mon, 10 May 2021 14:00:55 +0200 Subject: [PATCH] version changed --- bfi-rust/Cargo.lock | 2 +- bfi-rust/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"