From 35968ac78d973f8d1ea40eeb149ba37ff7b3f66f Mon Sep 17 00:00:00 2001 From: Jeremy Wall Date: Fri, 6 Jan 2023 09:09:37 -0500 Subject: [PATCH] Bump version to v0.2.14 --- Cargo.lock | 6 +++--- flake.nix | 2 +- kitchen/Cargo.toml | 2 +- recipes/Cargo.toml | 2 +- web/Cargo.toml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d6c90a0..e2c001d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1282,7 +1282,7 @@ dependencies = [ [[package]] name = "kitchen" -version = "0.2.13" +version = "0.2.14" dependencies = [ "api", "argon2", @@ -1312,7 +1312,7 @@ dependencies = [ [[package]] name = "kitchen-wasm" -version = "0.2.13" +version = "0.2.14" dependencies = [ "api", "async-trait", @@ -1697,7 +1697,7 @@ dependencies = [ [[package]] name = "recipes" -version = "0.2.11" +version = "0.2.14" dependencies = [ "Inflector", "abortable_parser", diff --git a/flake.nix b/flake.nix index 8a2f75b..bc92704 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.13"; + version = "0.2.14"; in flake-utils.lib.eachDefaultSystem (system: let diff --git a/kitchen/Cargo.toml b/kitchen/Cargo.toml index 195f227..4a0f778 100644 --- a/kitchen/Cargo.toml +++ b/kitchen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kitchen" -version = "0.2.13" +version = "0.2.14" authors = ["Jeremy Wall "] edition = "2021" diff --git a/recipes/Cargo.toml b/recipes/Cargo.toml index 410ea4e..592ae17 100644 --- a/recipes/Cargo.toml +++ b/recipes/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "recipes" -version = "0.2.11" +version = "0.2.14" authors = ["Jeremy Wall "] edition = "2021" diff --git a/web/Cargo.toml b/web/Cargo.toml index 6f10c8e..713e3fc 100644 --- a/web/Cargo.toml +++ b/web/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kitchen-wasm" -version = "0.2.13" +version = "0.2.14" edition = "2021" [features]