From 4460880c3bbdf26812608c88094416a690006b5c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 18 Nov 2024 18:34:01 +0000 Subject: [PATCH] Bump crate version to 0.0.3 --- walletkit-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/walletkit-core/Cargo.toml b/walletkit-core/Cargo.toml index 7ec8e726..5c54c080 100644 --- a/walletkit-core/Cargo.toml +++ b/walletkit-core/Cargo.toml @@ -1,7 +1,7 @@ [package] license = "MIT" edition = "2021" -version = "0.0.2" +version = "0.0.3" name = "walletkit-core" readme = "../README.md" repository = "https://github.com/worldcoin/walletkit"