diff --git a/Cargo.lock b/Cargo.lock index d7b3fe5..5ef8810 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1882,7 +1882,7 @@ dependencies = [ [[package]] name = "jup-ag-sdk" -version = "1.0.4" +version = "1.0.5" dependencies = [ "reqwest 0.12.15", "serde", diff --git a/README.md b/README.md index d91ee5b..ac36b2d 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ or Add this to your `Cargo.toml`: ```toml [dependencies] -jup-ag-sdk = "1.0.4" +jup-ag-sdk = "1.0.5" ``` ## Features diff --git a/jup-ag-sdk/Cargo.toml b/jup-ag-sdk/Cargo.toml index 8819ffb..2842d13 100644 --- a/jup-ag-sdk/Cargo.toml +++ b/jup-ag-sdk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jup-ag-sdk" -version = "1.0.4" +version = "1.0.5" edition = "2024" license-file = "../LICENSE" readme = "../README.md"