From 9e936e90f15c22449059140cf61499a29221ac1d Mon Sep 17 00:00:00 2001 From: Pascal Welsch Date: Sun, 28 Apr 2024 02:10:51 +0200 Subject: [PATCH] Prepare release 2.1.2 --- CHANGELOG.md | 4 ++++ lib/src/core/version.dart | 3 ++- pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4009c3d4..c8cc2855 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2.1.2 + +- Widen package_info_plus range (include 8.x) + ## 2.1.1 - Widen ranges for device_info_plus and package_info_plus [#344](https://github.com/wiredashio/wiredash-sdk/pull/344) diff --git a/lib/src/core/version.dart b/lib/src/core/version.dart index 25fecee8..de00c771 100644 --- a/lib/src/core/version.dart +++ b/lib/src/core/version.dart @@ -44,4 +44,5 @@ /// 200 -> 2.0.0 /// 210 -> 2.1.0 /// 211 -> 2.1.1 -const wiredashSdkVersion = 211; +/// 212 -> 2.1.2 +const wiredashSdkVersion = 212; diff --git a/pubspec.yaml b/pubspec.yaml index a807efa1..d1d9c52c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: wiredash description: Wiredash is an interactive user feedback tool for Flutter apps including Promoter Score. -version: 2.1.1 +version: 2.1.2 homepage: https://wiredash.io repository: https://github.com/wiredashio/wiredash-sdk issue_tracker: https://github.com/wiredashio/wiredash-sdk/issues