Skip to content

Commit

Permalink
docs: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ethicnology committed Jan 15, 2025
1 parent d1b77e2 commit c97a3fc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.1.7

Initial version
- Initial version

# 0.1.8

- fix libboltz.a not found
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: boltz
description: A dart/flutter library for boltz swaps
version: 0.1.7
version: 0.1.8
homepage: https://github.com/SatoshiPortal/boltz-dart

environment:
Expand Down
2 changes: 1 addition & 1 deletion rust/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ m/purpose/network/21/0/*

```dart
import 'package:boltz_client_flutter/boltz_client_flutter.dart';
import 'package:boltz/boltz.dart';
final network = BitcoinNetwork.Mainnet;
final electrumUrl = 'electrum.bullbitcoin.com:50002'
Expand Down

0 comments on commit c97a3fc

Please sign in to comment.