Skip to content

Commit 63b4203

Browse files
Merge pull request #18 from LtbLightning/v0.1.1
Updated version
2 parents 5f82714 + 590088e commit 63b4203

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
## [0.1.1]
1+
## [0.1.1-alpha]
22
Support `Dart 3` and `Flutter 3.10`
33

44
### Fixed
55
- `setEntropyBip39Mnemonic` issue resolved
6-
## [0.1.0]
6+
## [0.1.0-alpha]
77

88
This is the first release of `ldk_node`. It features support for sourcing chain data via an `Esplora` server, filesystem persistence, gossip sourcing via the `Lightning` peer-to-peer network, and configurble entropy sources for the integrated LDK & BDK-based wallets.
99

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ To use the `ldk_node` package in your project, add it as a dependency in your pr
1515

1616
```dart
1717
dependencies:
18-
ldk_node: ^0.1.1
18+
ldk_node: ^0.1.1-alpha
1919
```
2020
or add from pub.dev using `pub add` command
2121

ios/ldk_node.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
Pod::Spec.new do |s|
66
s.name = 'ldk_node'
7-
s.version = '0.1.1'
7+
s.version = '0.1.1-alpha'
88
s.summary = 'A ready-to-go Lightning node library built using LDK and BDK.'
99
s.description = <<-DESC
1010
A new Flutter project.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: ldk_node
22
description: A ready-to-go Lightning node library built using LDK and BDK.
3-
version: 0.1.1
3+
version: 0.1.1-alpha
44
homepage: https://github.com/LtbLightning/ldk-node-flutter
55

66
environment:

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rust_ldk_node"
3-
version = "0.1.1"
3+
version = "0.1.1-alpha"
44
license = "MIT OR Apache-2.0"
55
edition = "2018"
66

0 commit comments

Comments
 (0)