From fd39830f4cb81d75b322a6842a35aa970df629cd Mon Sep 17 00:00:00 2001 From: Alfreedom <00tango.bromine@icloud.com> Date: Tue, 3 Sep 2024 14:57:26 +0200 Subject: [PATCH] version up --- CHANGELOG.md | 4 ++++ lib/src/version.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) 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: