Skip to content

Commit 62ff302

Browse files
kevmooEgor
authored and
Egor
committed
[plugin_platform_interface] Fix homepage in pubspec.yaml (flutter#3088)
Fixes flutter/flutter#66844
1 parent da4eb3e commit 62ff302

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

packages/plugin_platform_interface/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.3
2+
3+
* Fix homepage in `pubspec.yaml`.
4+
15
## 1.0.2
26

37
* Make the pedantic dev_dependency explicit.

packages/plugin_platform_interface/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ description: Reusable base class for Flutter plugin platform interfaces.
1212
# be done when absolutely necessary and after the ecosystem has already migrated to 1.X.Y version
1313
# that is forward compatible with 2.0.0 (ideally the ecosystem have migrated to depend on:
1414
# `plugin_platform_interface: >=1.X.Y <3.0.0`).
15-
version: 1.0.2
15+
version: 1.0.3
1616

17-
homepage: https://github.com/flutter/plugins/plugin_platform_interface
17+
repository: https://github.com/flutter/plugins/tree/master/packages/plugin_platform_interface
1818

1919
environment:
2020
sdk: ">=2.1.0 <3.0.0"

0 commit comments

Comments
 (0)