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"