Skip to content

Commit

Permalink
v1.1.3 release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan February committed Oct 12, 2023
1 parent d6c3d59 commit c75a0fb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.1.3
BugFix: Uint64 conversion errors with Dart2JS / Flutter Web

- Removed all direct reading and writing of Uint64 types. Dart2JS can't
handle the size.

## 1.1.2
- Fixed bugs that prevented large data pushes from being accepted by network

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dartsv
description: Dart Library for interacting with the Bitcoin network. This library is especially well-suited for use in developing Flutter applications.
version: 1.1.2
version: 1.1.3
homepage: https://github.com/twostack/dartsv

environment:
Expand Down

0 comments on commit c75a0fb

Please sign in to comment.