From fae6afca5e88ab86cd1818228c9630c6f14eab38 Mon Sep 17 00:00:00 2001 From: Simon Gellis Date: Mon, 26 Aug 2024 16:38:34 -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 3f9310e..2c27e61 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1256,7 +1256,7 @@ dependencies = [ [[package]] name = "gastronomy" -version = "0.3.11" +version = "0.3.12" dependencies = [ "anyhow", "hex", @@ -1269,7 +1269,7 @@ dependencies = [ [[package]] name = "gastronomy-cli" -version = "0.3.11" +version = "0.3.12" dependencies = [ "anyhow", "clap", @@ -1282,7 +1282,7 @@ dependencies = [ [[package]] name = "gastronomy-ui" -version = "0.3.11" +version = "0.3.12" dependencies = [ "dashmap", "gastronomy", diff --git a/gastronomy-cli/Cargo.toml b/gastronomy-cli/Cargo.toml index e22e28b..52ff43e 100644 --- a/gastronomy-cli/Cargo.toml +++ b/gastronomy-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gastronomy-cli" -version = "0.3.11" +version = "0.3.12" 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 b7882d0..cc6fd44 100644 --- a/gastronomy-ui/Cargo.toml +++ b/gastronomy-ui/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gastronomy-ui" -version = "0.3.11" +version = "0.3.12" 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 b532546..8fc45f1 100644 --- a/gastronomy-ui/tauri.conf.json +++ b/gastronomy-ui/tauri.conf.json @@ -7,7 +7,7 @@ }, "package": { "productName": "gastronomy", - "version": "0.3.11" + "version": "0.3.12" }, "tauri": { "allowlist": { diff --git a/gastronomy/Cargo.toml b/gastronomy/Cargo.toml index 9250b4e..305f037 100644 --- a/gastronomy/Cargo.toml +++ b/gastronomy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gastronomy" -version = "0.3.11" +version = "0.3.12" edition = "2021" repository = "https://github.com/SundaeSwap-finance/gastronomy" publish = false