From 85ea9b84000a2c1b9db128459310a10e28814d6b Mon Sep 17 00:00:00 2001 From: Simon Gellis Date: Tue, 19 Nov 2024 17:29:43 -0500 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 8be7ca6..474bd9b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1396,7 +1396,7 @@ dependencies = [ [[package]] name = "gastronomy" -version = "0.5.1" +version = "0.6.0" dependencies = [ "anyhow", "blockfrost", @@ -1415,7 +1415,7 @@ dependencies = [ [[package]] name = "gastronomy-cli" -version = "0.5.1" +version = "0.6.0" dependencies = [ "anyhow", "clap", @@ -1430,7 +1430,7 @@ dependencies = [ [[package]] name = "gastronomy-ui" -version = "0.5.1" +version = "0.6.0" dependencies = [ "dashmap", "figment", diff --git a/gastronomy-cli/Cargo.toml b/gastronomy-cli/Cargo.toml index 6a4fa89..fcacb26 100644 --- a/gastronomy-cli/Cargo.toml +++ b/gastronomy-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gastronomy-cli" -version = "0.5.1" +version = "0.6.0" 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 3fbf800..b449940 100644 --- a/gastronomy-ui/Cargo.toml +++ b/gastronomy-ui/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gastronomy-ui" -version = "0.5.1" +version = "0.6.0" 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 feb5479..2b48b37 100644 --- a/gastronomy-ui/tauri.conf.json +++ b/gastronomy-ui/tauri.conf.json @@ -7,7 +7,7 @@ }, "package": { "productName": "gastronomy", - "version": "0.5.1" + "version": "0.6.0" }, "tauri": { "allowlist": { diff --git a/gastronomy/Cargo.toml b/gastronomy/Cargo.toml index 04e67e7..68f66da 100644 --- a/gastronomy/Cargo.toml +++ b/gastronomy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gastronomy" -version = "0.5.1" +version = "0.6.0" edition = "2021" repository = "https://github.com/SundaeSwap-finance/gastronomy" publish = false