From 48845a5cfb868a05638f001579e1dc90a87bebd5 Mon Sep 17 00:00:00 2001 From: Eguo Wang Date: Sat, 25 Nov 2023 17:19:28 +0800 Subject: [PATCH] Bump version to v0.5.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6bf18b8..670eff4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "amp-client" description = "The Amphitheatre API client for Rust" -version = "0.4.3" +version = "0.5.0" edition = "2021" license = "Apache-2.0" homepage = "https://amphitheatre.app"