diff --git a/CHANGELOG.md b/CHANGELOG.md index 936ea0d..17f98f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.4.0-beta01 + +- Link Mode! https://docs.walletconnect.com/walletkit/flutter/link-mode + ## 2.3.1 - Added Connectivity check to core and throw exceptions when internet connection is gone diff --git a/lib/src/version.dart b/lib/src/version.dart index ea3a975..83c0fcc 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '2.3.1'; +const packageVersion = '2.4.0-beta01'; diff --git a/pubspec.yaml b/pubspec.yaml index 986a380..87c9f2f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: walletconnect_flutter_v2 description: WalletConnect's official Dart library v2 for WalletKit and AppKit. The communications protocol for web3. -version: 2.3.1 +version: 2.4.0-beta01 repository: https://github.com/WalletConnect/WalletConnectFlutterV2 environment: