Skip to content

Commit 0bdc20d

Browse files
committed
Prepare release v1.7.5
1 parent 66cd88a commit 0bdc20d

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 1.7.5
4+
- Add norwegian `no` locale 🇳🇴
5+
36
## 1.7.4
47

58
- Localize discard confirm button in Promoter Score survey `feedbackDiscardConfirmButton` #299

lib/src/core/version.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,5 @@
3737
/// 172 -> 1.7.2
3838
/// 173 -> 1.7.3
3939
/// 174 -> 1.7.4
40-
const wiredashSdkVersion = 174;
40+
/// 175 -> 1.7.5
41+
const wiredashSdkVersion = 175;

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: wiredash
22
description: Wiredash is an interactive user feedback tool for Flutter apps including Promoter Score.
3-
version: 1.7.4
3+
version: 1.7.5
44
homepage: https://wiredash.io
55
repository: https://github.com/wiredashio/wiredash-sdk
66
issue_tracker: https://github.com/wiredashio/wiredash-sdk/issues

0 commit comments

Comments
 (0)