diff --git a/CHANGELOG.md b/CHANGELOG.md index a478ae10..bfe36231 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.1.13 + +- Updated dependencies + ## 2.1.12 - Minor improvements and updated dependencies diff --git a/example/dapp/pubspec.yaml b/example/dapp/pubspec.yaml index 5a5a2f6e..87cd1817 100644 --- a/example/dapp/pubspec.yaml +++ b/example/dapp/pubspec.yaml @@ -36,7 +36,7 @@ dependencies: # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^1.0.2 qr_flutter: ^4.0.0 - json_annotation: ^4.8.0 + json_annotation: ^4.8.1 walletconnect_flutter_v2: path: ../.. fl_toast: ^3.1.0 diff --git a/example/wallet/pubspec.yaml b/example/wallet/pubspec.yaml index bcb4803d..70a4f991 100644 --- a/example/wallet/pubspec.yaml +++ b/example/wallet/pubspec.yaml @@ -37,7 +37,7 @@ dependencies: # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^1.0.2 qr_flutter: ^4.0.0 - json_annotation: ^4.8.0 + json_annotation: ^4.8.1 walletconnect_flutter_v2: path: ../.. fl_toast: ^3.1.0 diff --git a/lib/src/version.dart b/lib/src/version.dart index f1c02a75..20e3a828 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '2.1.11'; +const packageVersion = '2.1.13'; diff --git a/pubspec.yaml b/pubspec.yaml index fd551a06..52af8822 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: walletconnect_flutter_v2 description: This repository contains oficial implementation of WalletConnect v2 protocols for Flutter applications. The communications protocol for web3. -version: 2.1.12 +version: 2.1.13 repository: https://github.com/WalletConnect/WalletConnectFlutterV2 environment: @@ -25,7 +25,7 @@ dependencies: stream_channel: ^2.1.0 universal_io: ^2.2.2 web3dart: ^2.7.2 - web_socket_channel: ^2.4.2 + web_socket_channel: ^2.4.0 x25519: ^0.1.1 dev_dependencies: