Skip to content

Commit

Permalink
Bump version to 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
passsy committed Jun 29, 2023
1 parent b1c9b56 commit 445a654
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.7.1

- Widen dependency constraints of `http` and `file`

## 1.7.0

- [#278](https://github.com/wiredashio/wiredash-sdk/pull/278) Add Support for Flutter 3.10
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 @@ -33,4 +33,5 @@
/// 150 -> 1.5.0
/// 160 -> 1.6.0
/// 170 -> 1.7.0
const wiredashSdkVersion = 170;
/// 171 -> 1.7.1
const wiredashSdkVersion = 171;
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.0
version: 1.7.1
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 445a654

Please sign in to comment.