From 549562bb19dd459e602a8f18bb9fd68cb3fb4126 Mon Sep 17 00:00:00 2001 From: Chris B Date: Fri, 2 Aug 2024 12:35:12 +0100 Subject: [PATCH] Version bump --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e80ca48..598b106 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -136,7 +136,7 @@ dependencies = [ [[package]] name = "shakemyleg" -version = "2.2.2" +version = "2.3.0" dependencies = [ "itertools", "json", diff --git a/Cargo.toml b/Cargo.toml index 2030012..0334730 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.2.2" +version = "2.3.0" edition = "2021" authors = ["Christopher Boyle"]