diff --git a/Cargo.lock b/Cargo.lock index 888a66d..ff6837c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -136,7 +136,7 @@ dependencies = [ [[package]] name = "shakemyleg" -version = "2.0.0" +version = "2.1.0" dependencies = [ "itertools", "json", diff --git a/Cargo.toml b/Cargo.toml index 4aaa12b..e16e1c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "shakemyleg" description = "A simple state machine definition language and interpreter." repository = "https://github.com/cbosoft/sml" license = "MIT" -version = "2.0.0" +version = "2.1.0" edition = "2021" authors = ["Christopher Boyle"]