diff --git a/CHANGELOG.md b/CHANGELOG.md index b4f98636..1df04810 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 2.2.3-beta03 +## 2.2.3 - Full web support - Fix on `requestWriteContract()` function where parameters were not parsed properly diff --git a/lib/src/version.dart b/lib/src/version.dart index 60da050d..c168df12 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '2.2.3-beta03'; +const packageVersion = '2.2.3'; diff --git a/pubspec.yaml b/pubspec.yaml index dc3cc0b0..e3f176a7 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.3-beta03 +version: 2.2.3 repository: https://github.com/WalletConnect/WalletConnectFlutterV2 environment: