Skip to content

Commit 74eca93

Browse files
committed
Release v9.0.2: Fix README button sizing for pub.dev
1 parent 362ab75 commit 74eca93

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [9.0.2] - 2025-01-12
2+
3+
* Fixed button sizing in README for pub.dev display
4+
15
## [9.0.1]
26

37
* Fixed linter error (missing trailing comma in test file)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<img align="left" src="https://github.com/flutter-it/get_it/blob/master/get_it.png?raw=true" alt="get_it logo" width="150" style="margin-left: -10px;"/>
22

33
<div align="right">
4-
<a href="https://www.buymeacoffee.com/escamoteur"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" style="height: 28px !important; width: 120px !important;"/></a>
4+
<a href="https://www.buymeacoffee.com/escamoteur"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" height="28" width="120"/></a>
55
<br/>
6-
<a href="https://github.com/sponsors/escamoteur"><img src="https://img.shields.io/badge/Sponsor-❤-ff69b4?style=for-the-badge" alt="Sponsor" style="height: 28px; width: 120px;"/></a>
6+
<a href="https://github.com/sponsors/escamoteur"><img src="https://img.shields.io/badge/Sponsor-❤-ff69b4?style=for-the-badge" alt="Sponsor" height="28" width="120"/></a>
77
</div>
88

99
<br clear="both"/>

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: get_it
22
description: Simple direct Service Locator that allows to decouple the interface from a concrete implementation and to access the concrete implementation from everywhere in your App"
3-
version: 9.0.1
3+
version: 9.0.2
44
maintainer: Thomas Burkhart (@escamoteur)
55
homepage: https://github.com/flutter-it/get_it
66
repository: https://github.com/flutter-it/get_it

0 commit comments

Comments
 (0)