diff --git a/Cargo.lock b/Cargo.lock index 4f6afca..b049ac4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -563,7 +563,7 @@ dependencies = [ [[package]] name = "stellar-xdr-json" -version = "26.0.0" +version = "27.0.0" dependencies = [ "console_error_panic_hook", "schemars 0.8.21", diff --git a/Cargo.toml b/Cargo.toml index ce354fa..1c174aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stellar-xdr-json" -version = "26.0.0" +version = "27.0.0" edition = "2021" publish = false repository = "https://github.com/stellar/js-stellar-xdr-json"