Skip to content

Commit c9a0381

Browse files
committed
Update version numbers on main post v0.7.0 release
1 parent ecb9538 commit c9a0381

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

Cargo.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ldk-node"
3-
version = "0.7.0+git"
3+
version = "0.8.0+git"
44
authors = ["Elias Rohrer <[email protected]>"]
55
homepage = "https://lightningdevkit.org/"
66
license = "MIT OR Apache-2.0"
@@ -27,17 +27,17 @@ panic = 'abort' # Abort on panic
2727
default = []
2828

2929
[dependencies]
30-
#lightning = { version = "0.2.0-rc1", features = ["std"] }
31-
#lightning-types = { version = "0.3.0-rc1" }
32-
#lightning-invoice = { version = "0.34.0-rc1", features = ["std"] }
33-
#lightning-net-tokio = { version = "0.2.0-rc1" }
34-
#lightning-persister = { version = "0.2.0-rc1", features = ["tokio"] }
35-
#lightning-background-processor = { version = "0.2.0-rc1" }
36-
#lightning-rapid-gossip-sync = { version = "0.2.0-rc1" }
37-
#lightning-block-sync = { version = "0.2.0-rc1", features = ["rest-client", "rpc-client", "tokio"] }
38-
#lightning-transaction-sync = { version = "0.2.0-rc1", features = ["esplora-async-https", "time", "electrum-rustls-ring"] }
39-
#lightning-liquidity = { version = "0.2.0-rc1", features = ["std"] }
40-
#lightning-macros = { version = "0.2.0-rc1" }
30+
#lightning = { version = "0.2.0", features = ["std"] }
31+
#lightning-types = { version = "0.3.0" }
32+
#lightning-invoice = { version = "0.34.0", features = ["std"] }
33+
#lightning-net-tokio = { version = "0.2.0" }
34+
#lightning-persister = { version = "0.2.0", features = ["tokio"] }
35+
#lightning-background-processor = { version = "0.2.0" }
36+
#lightning-rapid-gossip-sync = { version = "0.2.0" }
37+
#lightning-block-sync = { version = "0.2.0", features = ["rest-client", "rpc-client", "tokio"] }
38+
#lightning-transaction-sync = { version = "0.2.0", features = ["esplora-async-https", "time", "electrum-rustls-ring"] }
39+
#lightning-liquidity = { version = "0.2.0", features = ["std"] }
40+
#lightning-macros = { version = "0.2.0" }
4141

4242
lightning = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "bb5504ec62d4b7e9d5626d8b1a6de60d71e8d370", features = ["std"] }
4343
lightning-types = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "bb5504ec62d4b7e9d5626d8b1a6de60d71e8d370" }

bindings/kotlin/ldk-node-android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ org.gradle.jvmargs=-Xmx1536m
22
android.useAndroidX=true
33
android.enableJetifier=true
44
kotlin.code.style=official
5-
libraryVersion=0.6.0
5+
libraryVersion=0.7.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
org.gradle.jvmargs=-Xmx1536m
22
kotlin.code.style=official
3-
libraryVersion=0.6.0
3+
libraryVersion=0.7.0

bindings/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ldk_node"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
authors = [
55
{ name="Elias Rohrer", email="[email protected]" },
66
]

0 commit comments

Comments
 (0)