From 0bdc20d39ee141465473ffe95b6cc85b7a3613c9 Mon Sep 17 00:00:00 2001 From: Pascal Welsch Date: Thu, 12 Oct 2023 22:20:29 +0200 Subject: [PATCH] Prepare release v1.7.5 --- CHANGELOG.md | 3 +++ lib/src/core/version.dart | 3 ++- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a13e6b94..4f9e17f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 1.7.5 +- Add norwegian `no` locale 🇳🇴 + ## 1.7.4 - Localize discard confirm button in Promoter Score survey `feedbackDiscardConfirmButton` #299 diff --git a/lib/src/core/version.dart b/lib/src/core/version.dart index 3a77c7db..9cda0205 100644 --- a/lib/src/core/version.dart +++ b/lib/src/core/version.dart @@ -37,4 +37,5 @@ /// 172 -> 1.7.2 /// 173 -> 1.7.3 /// 174 -> 1.7.4 -const wiredashSdkVersion = 174; +/// 175 -> 1.7.5 +const wiredashSdkVersion = 175; diff --git a/pubspec.yaml b/pubspec.yaml index 7b19f783..910ac2fc 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: 1.7.4 +version: 1.7.5 homepage: https://wiredash.io repository: https://github.com/wiredashio/wiredash-sdk issue_tracker: https://github.com/wiredashio/wiredash-sdk/issues