Skip to content

Commit

Permalink
Bumped version, broadened http library requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Sterling Long committed Jul 25, 2023
1 parent b05b59b commit 63cd995
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.15

- Added 1002 and 1005 to relay auto-reconnect

## 2.0.14

- Fixed regression of optionalNamespaces not being nullable
Expand Down
2 changes: 1 addition & 1 deletion lib/apis/utils/constants.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class WalletConnectConstants {
static const SDK_VERSION = '2.0.14';
static const SDK_VERSION = '2.0.15';

static const CORE_PROTOCOL = 'wc';
static const CORE_VERSION = 2;
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: walletconnect_flutter_v2
description: WalletConnect v2 client made in dart for flutter.
version: 2.0.14
version: 2.0.15
repository: https://github.com/WalletConnect/WalletConnectFlutterV2

environment:
Expand All @@ -10,7 +10,7 @@ dependencies:
flutter:
sdk: flutter
web_socket_channel: ^2.4.0
http: ^1.1.0
http: '>=0.13.0 <1.2.0'
cryptography: ^2.0.5
convert: ^3.0.1
json_annotation: ^4.8.1
Expand Down

0 comments on commit 63cd995

Please sign in to comment.