Skip to content

Commit 72539a8

Browse files
committed
chore(app_widget): bump version
1 parent cb53e47 commit 72539a8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

app_widget/example/pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ packages:
77
path: ".."
88
relative: true
99
source: path
10-
version: "0.1.0"
10+
version: "0.1.1"
1111
app_widget_android:
1212
dependency: transitive
1313
description:
1414
name: app_widget_android
1515
url: "https://pub.dartlang.org"
1616
source: hosted
17-
version: "0.1.0"
17+
version: "0.1.1"
1818
app_widget_platform_interface:
1919
dependency: transitive
2020
description:

app_widget/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: app_widget
2-
description: Flutter plugin that provide useful app widget api and callback into flutter
3-
version: 0.1.0
2+
description: Flutter plugin to manage app widget / home screen widget from within flutter app.
3+
version: 0.1.1
44
homepage: https://noxasch.tech/
55
repository: https://github.com/noxasch/flutter_app_widget/tree/master/app_widget
66
issue_tracker: https://github.com/noxasch/flutter_app_widget/issues
@@ -14,7 +14,7 @@ dependencies:
1414
sdk: flutter
1515
plugin_platform_interface: ^2.0.2
1616
app_widget_platform_interface: ^0.1.0
17-
app_widget_android: ^0.1.0
17+
app_widget_android: ^0.1.1
1818
# app_widget_platform_interface: # local dev
1919
# path: ../app_widget_platform_interface
2020
# app_widget_android: # local dev

0 commit comments

Comments
 (0)