Skip to content

Commit

Permalink
version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
letsar committed Apr 11, 2021
1 parent 39d3b49 commit 33805b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.6.0-nullsafety.0
## 0.6.0
### Added
* Null Safety Support

Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_slidable
description: A Flutter implementation of slidable list item with directional slide actions that can be dismissed.
version: 0.6.0-nullsafety.0
version: 0.6.0
homepage: https://github.com/letsar/flutter_slidable

dependencies:
Expand All @@ -13,4 +13,4 @@ dev_dependencies:
test: ^1.16.5

environment:
sdk: ">=2.12.0-0 <3.0.0"
sdk: ">=2.12.0 <3.0.0"

0 comments on commit 33805b9

Please sign in to comment.