diff --git a/CHANGELOG.md b/CHANGELOG.md index 920c1d5..936ea0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 2.3.1-beta02 +## 2.3.1 - Added Connectivity check to core and throw exceptions when internet connection is gone - Fix for https://github.com/WalletConnect/WalletConnectFlutterV2/issues/303 (EIP-55 validation for SIWE) diff --git a/lib/src/version.dart b/lib/src/version.dart index d9d891d..ea3a975 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-beta02'; +const packageVersion = '2.3.1'; diff --git a/pubspec.yaml b/pubspec.yaml index c5e7b41..71ac165 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-beta02 +version: 2.3.1 repository: https://github.com/WalletConnect/WalletConnectFlutterV2 environment: