From 87b08729be4f70171eb5826c6f07cb87da65ab18 Mon Sep 17 00:00:00 2001 From: Eguo Wang Date: Fri, 19 Jan 2024 21:48:14 +0800 Subject: [PATCH] Bump version from 0.2.0 to 0.2.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b5116dc..f1f8388 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1809,7 +1809,7 @@ checksum = "2900ede94e305130c13ddd391e0ab7cbaeb783945ae07a279c268cb05109c6cb" [[package]] name = "playground-api" -version = "0.2.0" +version = "0.2.1" dependencies = [ "amp-client", "amp-common", diff --git a/Cargo.toml b/Cargo.toml index 8afe453..0a9f281 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "playground-api" -version = "0.2.0" +version = "0.2.1" edition = "2021" license = "Apache-2.0" repository = "https://github.com/amphitheatre-app/playground-api"