diff --git a/Cargo.lock b/Cargo.lock index 8f55647..b8e7c6d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -691,7 +691,7 @@ dependencies = [ [[package]] name = "kitchen" -version = "0.2.9" +version = "0.2.10" dependencies = [ "async-std", "async-trait", @@ -1027,7 +1027,7 @@ dependencies = [ [[package]] name = "recipe-store" -version = "0.1.0" +version = "0.2.10" dependencies = [ "async-std", "async-trait", @@ -1040,7 +1040,7 @@ dependencies = [ [[package]] name = "recipes" -version = "0.2.9" +version = "0.2.10" dependencies = [ "Inflector", "abortable_parser", diff --git a/flake.nix b/flake.nix index f93c911..747b0b6 100644 --- a/flake.nix +++ b/flake.nix @@ -17,7 +17,7 @@ kitchenGen = (import ./nix/kitchen/default.nix); kitchenWasmGen = (import ./nix/kitchenWasm/default.nix); moduleGen = (import ./nix/kitchen/module.nix); - version = "0.2.9"; + version = "0.2.10"; in flake-utils.lib.eachDefaultSystem (system: let diff --git a/kitchen/Cargo.toml b/kitchen/Cargo.toml index 16775d3..50aec18 100644 --- a/kitchen/Cargo.toml +++ b/kitchen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kitchen" -version = "0.2.9" +version = "0.2.10" authors = ["Jeremy Wall "] edition = "2021" diff --git a/recipe-store/Cargo.toml b/recipe-store/Cargo.toml index e7ff810..1e19618 100644 --- a/recipe-store/Cargo.toml +++ b/recipe-store/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "recipe-store" -version = "0.1.0" +version = "0.2.10" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/recipes/Cargo.toml b/recipes/Cargo.toml index 956d66e..a638508 100644 --- a/recipes/Cargo.toml +++ b/recipes/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "recipes" -version = "0.2.9" +version = "0.2.10" authors = ["Jeremy Wall "] edition = "2021"