From 2d78e441e898c427fe0ee8afce8cea2246cd31a9 Mon Sep 17 00:00:00 2001 From: Chris Chang Date: Thu, 21 Nov 2024 13:46:16 -0500 Subject: [PATCH] (release): ghost-cli v0.0.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 31592be..fa18ae4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1282,7 +1282,7 @@ dependencies = [ [[package]] name = "ghost" -version = "0.0.3" +version = "0.0.4" dependencies = [ "alloy-chains", "alloy-json-abi", diff --git a/Cargo.toml b/Cargo.toml index 4c2356c..2a9894f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ghost" description = "CLI for Ghost" -version = "0.0.3" +version = "0.0.4" edition = "2021" license = "MIT OR Apache-2.0" homepage = "https://tryghost.xyz"