Skip to content

Commit

Permalink
Bump version to 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
passsy committed Mar 9, 2021
1 parent ccdcff9 commit 455af2a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.6.2
* [#135](https://github.com/wiredashio/wiredash-sdk/pull/135) Don't show nullsafety warning on Flutter dev channel

## 0.6.1 - Flutter 2.0
* [#133](https://github.com/wiredashio/wiredash-sdk/pull/133) Raise min Flutter SDK to `1.26.0-17.5.pre`. Older versions are incompatible with `package:path_provider`
* [#130](https://github.com/wiredashio/wiredash-sdk/pull/130) Fix Flutter web locale nnbd error on `stable` Flutter `2.0.0`
Expand Down
3 changes: 2 additions & 1 deletion lib/src/version.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
/// 21 -> 0.6.0
/// 22 -> 0.6.1-dev.0
/// 23 -> 0.6.1
/// 24 -> 0.6.2
/// 30 -> 0.7.0
const wiredashSdkVersion = 23;
const wiredashSdkVersion = 24;
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.
version: 0.6.1
version: 0.6.2
homepage: https://wiredash.io
repository: https://github.com/wiredashio/wiredash-sdk

Expand Down

0 comments on commit 455af2a

Please sign in to comment.