Skip to content

Commit 1b577cf

Browse files
RatakondalaArunMarkOSullivan94
authored andcommitted
chore(release): update release version to v0.11.0
1 parent 1fc7887 commit 1b577cf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

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

3-
## 0.10.1
3+
## 0.11.0 (27th September 2022)
44

55
- Support for Macos Icons [#407](https://github.com/fluttercommunity/flutter_launcher_icons/pull/407)
66
- Cli-improvement [#400](https://github.com/fluttercommunity/flutter_launcher_icons/pull/400)

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.10.1
3+
version: 0.11.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/
@@ -16,7 +16,7 @@ dependencies:
1616
yaml: ^3.1.0
1717

1818
environment:
19-
sdk: '>=2.12.0 <3.0.0'
19+
sdk: ">=2.12.0 <3.0.0"
2020

2121
dev_dependencies:
2222
# Needed by build_version

0 commit comments

Comments
 (0)