Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.4

- Modified allowed http package versions to allow for compatibility with tonutils package

## 1.0.3

Breaking Changes:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: darttonconnect
description: Dart SDK for TON Connect. Use it to connect your app to TON wallets via TonConnect protocol.
version: 1.0.3
version: 1.0.4
homepage: https://github.com/romanovichim/dartTonconnect

environment:
Expand All @@ -14,7 +14,7 @@ dependencies:
sdk: flutter
crypto: ^3.0.2
hex: ^0.2.0
http: ^0.13.5
http: '>=0.13.5 <=1.1.0'
logger: ^1.3.0
pinenacl: ^0.5.1
universal_html: ^2.2.1
Expand Down