diff --git a/CHANGELOG.md b/CHANGELOG.md index d34b266f..8b6d6e62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 2.2.2-beta02 +## 2.2.2 - Fix on requestReadContract. Fixes issues https://github.com/WalletConnect/WalletConnectFlutterV2/issues/278 and https://github.com/WalletConnect/Web3ModalFlutter/issues/99 diff --git a/lib/src/version.dart b/lib/src/version.dart index b5c8717d..adc18cb7 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '2.2.2-beta02'; +const packageVersion = '2.2.2'; diff --git a/pubspec.yaml b/pubspec.yaml index 3dc5c7f5..ca73a37f 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.2.2-beta02 +version: 2.2.2 repository: https://github.com/WalletConnect/WalletConnectFlutterV2 environment: