From 71913689e7dab8671e473b3f57d3c7a8be53f8a6 Mon Sep 17 00:00:00 2001 From: benthecarman Date: Fri, 15 Nov 2024 15:36:00 -0600 Subject: [PATCH] bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2557e8c..9a17ec2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -66,7 +66,7 @@ checksum = "340e09e8399c7bd8912f495af6aa58bea0c9214773417ffaa8f6460f93aaee56" [[package]] name = "bitcoin-tx-verify" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anyhow", "bitcoin", diff --git a/Cargo.toml b/Cargo.toml index 3f6914d..1e8050d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bitcoin-tx-verify" -version = "0.1.1" +version = "0.1.2" authors = ["benthecarman "] description = "Minimal bitcoin transaction verifier with OP_CAT support" license = "MIT"