From aa92027c2b51e1a20f272490c58f810779c25ac2 Mon Sep 17 00:00:00 2001 From: Simon Gellis Date: Mon, 26 Aug 2024 16:27:33 -0400 Subject: [PATCH] chore: Release --- Cargo.lock | 6 +++--- gastronomy-cli/Cargo.toml | 2 +- gastronomy-ui/Cargo.toml | 2 +- gastronomy-ui/tauri.conf.json | 2 +- gastronomy/Cargo.toml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fe5f5ba..3f9310e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1256,7 +1256,7 @@ dependencies = [ [[package]] name = "gastronomy" -version = "0.3.10" +version = "0.3.11" dependencies = [ "anyhow", "hex", @@ -1269,7 +1269,7 @@ dependencies = [ [[package]] name = "gastronomy-cli" -version = "0.3.10" +version = "0.3.11" dependencies = [ "anyhow", "clap", @@ -1282,7 +1282,7 @@ dependencies = [ [[package]] name = "gastronomy-ui" -version = "0.3.10" +version = "0.3.11" dependencies = [ "dashmap", "gastronomy", diff --git a/gastronomy-cli/Cargo.toml b/gastronomy-cli/Cargo.toml index 9dd8947..e22e28b 100644 --- a/gastronomy-cli/Cargo.toml +++ b/gastronomy-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gastronomy-cli" -version = "0.3.10" +version = "0.3.11" edition = "2021" repository = "https://github.com/SundaeSwap-finance/gastronomy" description = "Gastronomy CLI" diff --git a/gastronomy-ui/Cargo.toml b/gastronomy-ui/Cargo.toml index f46c99a..b7882d0 100644 --- a/gastronomy-ui/Cargo.toml +++ b/gastronomy-ui/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gastronomy-ui" -version = "0.3.10" +version = "0.3.11" edition = "2021" repository = "https://github.com/SundaeSwap-finance/gastronomy" description = "Gastronomy GUI" diff --git a/gastronomy-ui/tauri.conf.json b/gastronomy-ui/tauri.conf.json index fbb59ec..b532546 100644 --- a/gastronomy-ui/tauri.conf.json +++ b/gastronomy-ui/tauri.conf.json @@ -7,7 +7,7 @@ }, "package": { "productName": "gastronomy", - "version": "0.3.10" + "version": "0.3.11" }, "tauri": { "allowlist": { diff --git a/gastronomy/Cargo.toml b/gastronomy/Cargo.toml index 6819090..9250b4e 100644 --- a/gastronomy/Cargo.toml +++ b/gastronomy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gastronomy" -version = "0.3.10" +version = "0.3.11" edition = "2021" repository = "https://github.com/SundaeSwap-finance/gastronomy" publish = false