Skip to content

Commit

Permalink
Bump version to 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
passsy committed Aug 17, 2023
1 parent 67e3a43 commit 32ffd44
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Changelog

## 1.7.3
- Update to Flutter 3.13 [#292](https://github.com/wiredashio/wiredash-sdk/pull/292)
- Update cirruslabs Flutter containers to always test against the latest Flutter versions

## 1.7.2
- [#285](https://github.com/wiredashio/wiredash-sdk/pull/285) Add Support danish (`da`) and arabic (`ar`)

Expand Down
3 changes: 2 additions & 1 deletion lib/src/core/version.dart
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@
/// 170 -> 1.7.0
/// 171 -> 1.7.1
/// 172 -> 1.7.2
const wiredashSdkVersion = 172;
/// 173 -> 1.7.3
const wiredashSdkVersion = 173;
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: wiredash
description: Wiredash is an interactive user feedback tool for Flutter apps including Promoter Score.
version: 1.7.2
version: 1.7.3
homepage: https://wiredash.io
repository: https://github.com/wiredashio/wiredash-sdk
issue_tracker: https://github.com/wiredashio/wiredash-sdk/issues
Expand Down

0 comments on commit 32ffd44

Please sign in to comment.