Skip to content

Commit

Permalink
change version in files
Browse files Browse the repository at this point in the history
  • Loading branch information
quetool committed Oct 17, 2023
1 parent 762ec18 commit 8320f9a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
## 2.1.4 - UNRELEASED
## 2.1.5

- Core defaults to `Logger.level = Level.nothing` to prevent logs from being printed by default
- Resolved errors with pairings and sessions trying to subscribe even when the relay wasn't connected
- Additional bugs resolved

## 2.1.4

- Core defaults to `Logger.level = Level.nothing` to prevent logs from being printed by default
- Resolved errors with pairings and sessions trying to subscribe even when the relay wasn't connected
Expand Down
2 changes: 1 addition & 1 deletion lib/apis/utils/constants.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class WalletConnectConstants {
static const SDK_VERSION = '2.1.4';
static const SDK_VERSION = '2.1.5';

static const CORE_PROTOCOL = 'wc';
static const CORE_VERSION = 2;
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: walletconnect_flutter_v2
description: WalletConnect v2 client made in dart for flutter.
version: 2.1.4
description: This repository contains oficial implementation of WalletConnect v2 protocols for Flutter applications. The communications protocol for web3.
version: 2.1.5
repository: https://github.com/WalletConnect/WalletConnectFlutterV2

environment:
Expand Down

0 comments on commit 8320f9a

Please sign in to comment.