Skip to content

Commit

Permalink
chore: bump 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gabaldon committed Mar 13, 2024
1 parent bba67c0 commit aacc54a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.4.1
- Delete unnecessary adapters

## 0.4.0
- Upgrade the block explorer api to use the new version: https://witscan.xyz/api
- Replace `nework` method with `networkBalances`
Expand Down
3 changes: 1 addition & 2 deletions lib/explorer.dart
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
export 'src/network/explorer/explorer_client.dart'
show ExplorerClient, ExplorerMode, PaginatedRequest;

export 'src/crypto/address.dart'
show Address;
export 'src/crypto/address.dart' show Address;

export 'src/network/explorer/explorer_api.dart'
show
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: A library to interface with the Witnet Protocol.
- communicate with a rust node or wallet server
- communicate with the explorer

version: 0.4.0
version: 0.4.1

homepage: https://github.com/witnet/witnet.dart
repository: https://github.com/witnet/witnet.dart
Expand Down

0 comments on commit aacc54a

Please sign in to comment.