Skip to content

Commit c97a3fc

Browse files
committed
docs: bump version
1 parent d1b77e2 commit c97a3fc

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
# 0.1.7
22

3-
Initial version
3+
- Initial version
4+
5+
# 0.1.8
6+
7+
- fix libboltz.a not found

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: boltz
22
description: A dart/flutter library for boltz swaps
3-
version: 0.1.7
3+
version: 0.1.8
44
homepage: https://github.com/SatoshiPortal/boltz-dart
55

66
environment:

rust/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ m/purpose/network/21/0/*
1010

1111
```dart
1212

13-
import 'package:boltz_client_flutter/boltz_client_flutter.dart';
13+
import 'package:boltz/boltz.dart';
1414

1515
final network = BitcoinNetwork.Mainnet;
1616
final electrumUrl = 'electrum.bullbitcoin.com:50002'

0 commit comments

Comments
 (0)