Skip to content

Commit

Permalink
chore(app_widget): bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
noxasch committed Sep 15, 2022
1 parent e888945 commit 2edc821
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
6 changes: 3 additions & 3 deletions app_widget/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@ packages:
path: ".."
relative: true
source: path
version: "0.0.2"
version: "0.0.3"
app_widget_android:
dependency: transitive
description:
name: app_widget_android
url: "https://pub.dartlang.org"
source: hosted
version: "0.0.2"
version: "0.0.3"
app_widget_platform_interface:
dependency: transitive
description:
name: app_widget_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "0.0.2"
version: "0.0.3"
archive:
dependency: transitive
description:
Expand Down
10 changes: 7 additions & 3 deletions app_widget/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: app_widget
description: flutter app widget
version: 0.0.2
version: 0.0.3
homepage: https://noxasch.tech/
repository: https://github.com/noxasch/flutter_app_widget/tree/master/app_widget
issue_tracker: https://github.com/noxasch/flutter_app_widget/issues
Expand All @@ -13,8 +13,12 @@ dependencies:
flutter:
sdk: flutter
plugin_platform_interface: ^2.0.2
app_widget_platform_interface: ^0.0.2
app_widget_android: ^0.0.2
app_widget_platform_interface: ^0.0.3
app_widget_android: ^0.0.3
# app_widget_platform_interface:
# path: ../app_widget_platform_interface
# app_widget_android:
# path: ../app_widget_android

dev_dependencies:
flutter_test:
Expand Down
4 changes: 2 additions & 2 deletions app_widget_android/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ packages:
path: ".."
relative: true
source: path
version: "0.0.2"
version: "0.0.3"
app_widget_platform_interface:
dependency: transitive
description:
name: app_widget_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "0.0.2"
version: "0.0.3"
async:
dependency: transitive
description:
Expand Down
2 changes: 2 additions & 0 deletions app_widget_android/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ dependencies:
sdk: flutter
plugin_platform_interface: ^2.0.2
app_widget_platform_interface: ^0.0.3
# app_widget_platform_interface:
# path: ../app_widget_platform_interface

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 2edc821

Please sign in to comment.