From c93a906e3a577bb297c17e85ec0d7d5072015739 Mon Sep 17 00:00:00 2001 From: hirokisan Date: Mon, 21 Oct 2024 18:34:11 +0900 Subject: [PATCH] chore: v0.3.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d8bda77..6ecbf91 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1959,7 +1959,7 @@ dependencies = [ [[package]] name = "jup-cli" -version = "0.3.0" +version = "0.3.1" dependencies = [ "bincode", "clap 4.5.20", diff --git a/Cargo.toml b/Cargo.toml index 190d5f8..43b4ffc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "jup-cli" authors = ["hirokisan "] description = "A Jupiter CLI that enables swap, etc." -version = "0.3.0" +version = "0.3.1" edition = "2021" license = "MIT" keywords = ["jupiter", "solana", "swap", "cli"]