Skip to content

Commit c1a8023

Browse files
committed
chore: Bump version number
1 parent 7ec2f77 commit c1a8023

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["macro"]
33

44
[package]
55
name = "bitcoin-script"
6-
version = "0.3.0"
6+
version = "0.4.0"
77
authors = ["Lukas George <[email protected]>"]
88
edition = "2021"
99
description = "Inline Bitcoin scripts"

macro/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "script-macro"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
authors = ["Lukas George [email protected]"]
55
edition = "2021"
66
description = "Inline Bitcoin scripts proc_macro"

0 commit comments

Comments
 (0)