version changed

This commit is contained in:
nora 2021-05-10 14:00:55 +02:00
parent c17bea08e0
commit 68d07ae79e
2 changed files with 2 additions and 2 deletions

2
bfi-rust/Cargo.lock generated
View file

@ -2,4 +2,4 @@
# It is not intended for manual editing. # It is not intended for manual editing.
[[package]] [[package]]
name = "bfinterpreter" name = "bfinterpreter"
version = "0.1.0" version = "0.1.1"

View file

@ -1,6 +1,6 @@
[package] [package]
name = "bfinterpreter" name = "bfinterpreter"
version = "0.1.0" version = "0.1.1"
authors = ["Nilstrieb <nilstrieb@gmail.com>"] authors = ["Nilstrieb <nilstrieb@gmail.com>"]
edition = "2018" edition = "2018"