diff --git a/CHANGELOG.md b/CHANGELOG.md index faa22af..5a09a8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.4 + +- Modified allowed http package versions to allow for compatibility with tonutils package + ## 1.0.3 Breaking Changes: diff --git a/pubspec.yaml b/pubspec.yaml index 3fcb684..07aa316 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: @@ -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