Skip to content

Commit f964af9

Browse files
committedMay 13, 2023
v0.2.1
1 parent ea1ad41 commit f964af9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
 

‎CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.2.1
2+
* Update Gradle and Kotlin Versions
3+
* Update to support Flutter 3.10
4+
15
## 0.2.0+1
26
* Fix example annotation [#115](https://github.com/ABausG/home_widget/pull/115) by [ColinSchmale](https://github.com/ColinSchmale)
37

‎pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: home_widget
22
description: A plugin to provide a common interface for creating HomeScreen Widgets for Android and iOS.
3-
version: 0.2.0+1
3+
version: 0.2.1
44
repository: https://github.com/ABausG/home_widget
55

66
environment:

0 commit comments

Comments
 (0)
Please sign in to comment.