From e631e13a6cf841b72fa2e51e7205a9692b125532 Mon Sep 17 00:00:00 2001 From: Matthew Date: Fri, 14 Mar 2025 12:17:24 -0500 Subject: [PATCH] chore: bump version to 0.1.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index be61a5a..e7c0b7c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bitcoin-ffi" -version = "0.1.2" +version = "0.1.3" license = "MIT OR Apache-2.0" edition = "2021"