From 25a926d36c7005cd3c26f3d813c577adf5963127 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 17:33:17 -0800 Subject: [PATCH] Bump version to 22.0.0-rc.1.1 (#24) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d92085a..facc73d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -450,7 +450,7 @@ dependencies = [ [[package]] name = "stellar-xdr-json" -version = "22.0.0-rc.1" +version = "22.0.0-rc.1.1" dependencies = [ "console_error_panic_hook", "schemars", diff --git a/Cargo.toml b/Cargo.toml index 4641d39..8efa15a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stellar-xdr-json" -version = "22.0.0-rc.1" +version = "22.0.0-rc.1.1" edition = "2021" publish = false