From 305af995a58b9dc9c1951ccd6be147aec21eeef9 Mon Sep 17 00:00:00 2001 From: benthecarman Date: Mon, 11 Nov 2024 12:04:24 -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 95336a5..2557e8c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -66,7 +66,7 @@ checksum = "340e09e8399c7bd8912f495af6aa58bea0c9214773417ffaa8f6460f93aaee56" [[package]] name = "bitcoin-tx-verify" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "bitcoin", diff --git a/Cargo.toml b/Cargo.toml index 00c7002..3f6914d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bitcoin-tx-verify" -version = "0.1.0" +version = "0.1.1" authors = ["benthecarman "] description = "Minimal bitcoin transaction verifier with OP_CAT support" license = "MIT"