Skip to content

Commit bdfe1bb

Browse files
committed
[desktop_drop] update version to 0.7.0
1 parent 10ace57 commit bdfe1bb

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

packages/desktop_drop/CHANGELOG.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
# Changelog
22

3-
## 0.7.1
4-
5-
* [Android] Upgrade Android compileSdk and Kotlin version. (#444)
6-
73
## 0.7.0
84

5+
[Android] Upgrade Android compileSdk and Kotlin version. (#444)
96
[macOS] Robust multi-source drag & drop.
107

118
* Prefer `public.file-url` / legacy filename arrays when present; fall back to

packages/desktop_drop/example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ packages:
6363
path: ".."
6464
relative: true
6565
source: path
66-
version: "0.7.1"
66+
version: "0.7.0"
6767
fake_async:
6868
dependency: transitive
6969
description:

packages/desktop_drop/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: desktop_drop
22
description: A plugin which allows user dragging files to your flutter desktop applications.
3-
version: 0.7.1
3+
version: 0.7.0
44
homepage: https://github.com/MixinNetwork/flutter-plugins/tree/main/packages/desktop_drop
55

66
environment:

0 commit comments

Comments
 (0)