From f910d603bf59a18cda31d6e3a22d2625ef3a7b18 Mon Sep 17 00:00:00 2001 From: Eguo Wang Date: Thu, 9 May 2024 17:41:46 +0800 Subject: [PATCH] chore: bump version to 0.7.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 458e0d8..d2e8d75 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -846,7 +846,7 @@ dependencies = [ [[package]] name = "desktop" -version = "0.7.1" +version = "0.7.2" dependencies = [ "amp-client", "amp-common", diff --git a/Cargo.toml b/Cargo.toml index 10fe3da..2aed58f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "desktop" description = "Open source GUI application that enables you to interact with Amphitheatre" -version = "0.7.1" +version = "0.7.2" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html