Skip to content

Commit e9fe03d

Browse files
committed
Bump lightning-liquidity version number
.. to make SemVer checks happy.
1 parent 4205c68 commit e9fe03d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lightning-background-processor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ bitcoin_hashes = { version = "0.14.0", default-features = false }
2626
bitcoin-io = { version = "0.1.2", default-features = false }
2727
lightning = { version = "0.3.0", path = "../lightning", default-features = false }
2828
lightning-rapid-gossip-sync = { version = "0.2.0", path = "../lightning-rapid-gossip-sync", default-features = false }
29-
lightning-liquidity = { version = "0.2.0", path = "../lightning-liquidity", default-features = false }
29+
lightning-liquidity = { version = "0.3.0", path = "../lightning-liquidity", default-features = false }
3030
possiblyrandom = { version = "0.2", path = "../possiblyrandom", default-features = false }
3131

3232
[dev-dependencies]

lightning-liquidity/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lightning-liquidity"
3-
version = "0.2.0+git"
3+
version = "0.3.0+git"
44
authors = ["John Cantrell <[email protected]>", "Elias Rohrer <[email protected]>"]
55
homepage = "https://lightningdevkit.org/"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)