From 49bcc99802cc579547fb807f98cfb2a59f39a44f Mon Sep 17 00:00:00 2001 From: Balakrishnan Vallanezhath Krishnakumar Date: Tue, 21 Jul 2026 11:48:04 +0800 Subject: [PATCH] chore: bump version to 1.0.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b2170c5..8ac3914 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -220,7 +220,7 @@ dependencies = [ [[package]] name = "bitmex-cli" -version = "1.0.3" +version = "1.0.4" dependencies = [ "assert_cmd", "axum", diff --git a/Cargo.toml b/Cargo.toml index 3f78f54..3640dc0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bitmex-cli" -version = "1.0.3" +version = "1.0.4" edition = "2024" description = "BitMEX CLI — trade, query, and manage your BitMEX account from the terminal" license = "MIT"