Skip to content

Commit 5c7a41a

Browse files
chore: updated test package
1 parent 2a9185a commit 5c7a41a

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# Changelog
22

3-
## 0.11.0 (27th September 2022)
3+
## 0.12.0 (24th February 2023)
4+
5+
- Updated image package and other packages [#447](https://github.com/fluttercommunity/flutter_launcher_icons/pull/447)
46

7+
## 0.11.0 (27th September 2022)
8+
59
- Support for Macos Icons [#407](https://github.com/fluttercommunity/flutter_launcher_icons/pull/407)
610
- Cli-improvement [#400](https://github.com/fluttercommunity/flutter_launcher_icons/pull/400)
711
- Add `repository` and `issue_tracker` [#411](https://github.com/fluttercommunity/flutter_launcher_icons/pull/411) (thanks to [@patelpathik](https://github.com/patelpathik))

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ An example is shown below. More complex examples [can be found in the example pr
1515

1616
```yaml
1717
dev_dependencies:
18-
flutter_launcher_icons: "^0.11.0"
18+
flutter_launcher_icons: "^0.12.0"
1919

2020
flutter_icons:
2121
android: "launcher_icon"

lib/src/version.dart

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_launcher_icons
22
description: A package which simplifies the task of updating your Flutter app's launcher icon.
3-
version: 0.11.0+1
3+
version: 0.12.0
44
maintainer: Mark O'Sullivan (@MarkOSullivan94)
55
homepage: https://github.com/fluttercommunity/flutter_launcher_icons
66
repository: https://github.com/fluttercommunity/flutter_launcher_icons/
@@ -26,5 +26,5 @@ dev_dependencies:
2626
build_version: ^2.1.1
2727
json_serializable: ^6.6.1
2828
mockito: ^5.3.2
29-
test: ^1.22.2
29+
test: ^1.23.1
3030
test_descriptor: ^2.0.1

0 commit comments

Comments
 (0)