From 6ea7762f37d0c4dfd4d0bce6744e002b516ccf05 Mon Sep 17 00:00:00 2001 From: Jeremy Wall Date: Thu, 25 Aug 2022 16:29:45 -0400 Subject: [PATCH] Bump version to v0.2.10 --- Cargo.lock | 6 +++--- flake.nix | 2 +- kitchen/Cargo.toml | 2 +- recipe-store/Cargo.toml | 2 +- recipes/Cargo.toml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) 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"