Skip to content

Commit

Permalink
chore: bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Kodylow committed May 2, 2024
1 parent 0fb92a6 commit 3bd12ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion multimint/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "multimint"
version = "0.3.3"
version = "0.3.4"
edition = "2021"
description = "A library for managing fedimint clients across multiple federations"
license = "MIT"
Expand Down
1 change: 1 addition & 0 deletions multimint/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ use fedimint_wallet_client::WalletClientModule;
use tokio::sync::Mutex;
use tracing::warn;
use types::InfoResponse;
pub use {fedimint_core, fedimint_ln_client, fedimint_mint_client, fedimint_wallet_client};

pub mod client;
pub mod db;
Expand Down

0 comments on commit 3bd12ca

Please sign in to comment.