Skip to content

Commit

Permalink
update version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
philip-brink committed Jun 11, 2024
1 parent 5d8922f commit fd7e301
Show file tree
Hide file tree
Showing 3 changed files with 6 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

[0.4.0] - 11 June 2024

* Update to be compatible with Flutter 3.22.0 (thanks [@dmitry-comet](https://github.com/dmitry-comet))

[0.3.3] - 4 August 2022

* Update to flutter 3 (thanks [@mauriceraguseinit](https://github.com/mauriceraguseinit))
Expand Down
2 changes: 1 addition & 1 deletion example/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ subprojects {
project.evaluationDependsOn(':app')
}

task clean(type: Delete) {
tasks.register("clean", Delete) {
delete rootProject.buildDir
}
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: drag_and_drop_lists
description: A flutter package to allow drag-and-drop reordering of two-level lists.
version: 0.3.3
version: 0.4.0
homepage: https://github.com/philip-brink/DragAndDropLists

environment:
Expand Down

0 comments on commit fd7e301

Please sign in to comment.