From 866026231bb7c007348a2796e304588a2a8f70f2 Mon Sep 17 00:00:00 2001 From: Alfreedom <00tango.bromine@icloud.com> Date: Fri, 16 Feb 2024 16:50:26 +0100 Subject: [PATCH] fix version --- CHANGELOG.md | 2 -- lib/src/version.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a9e0ff4..9cce13f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,4 @@ ## 2.2.0 -## 2.2.0-beta04 -## 2.2.0-beta01 - Added Smart Contract interactions to SignEngine - Improvements on example wallet diff --git a/lib/src/version.dart b/lib/src/version.dart index d092ca47..3f25c8a6 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '2.2.0-beta04'; +const packageVersion = '2.2.0'; diff --git a/pubspec.yaml b/pubspec.yaml index 137e5ad8..f19fafc4 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.0-beta04 +version: 2.2.0 repository: https://github.com/WalletConnect/WalletConnectFlutterV2 environment: