Skip to content

Commit

Permalink
Bump version to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
passsy committed Mar 8, 2021
1 parent 3a7073d commit 0bbba41
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,3 +1,7 @@
## 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`

## 0.6.0 - Nullsafety
* Migrate the sdk to nullsafety. No breaking changes except for raising the Dart SDK to 2.12.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 @@ -8,5 +8,6 @@
/// 20 -> 0.6.0-nullsafety.0
/// 21 -> 0.6.0
/// 22 -> 0.6.1-dev.0
/// 23 -> 0.6.1
/// 30 -> 0.7.0
const wiredashSdkVersion = 22;
const wiredashSdkVersion = 23;
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-dev.0
version: 0.6.1
homepage: https://wiredash.io
repository: https://github.com/wiredashio/wiredash-sdk

Expand Down

0 comments on commit 0bbba41

Please sign in to comment.