Skip to content

Commit 96ce129

Browse files
committed
Release v9.0.5: Use absolute GitHub URL for logo
1 parent 968304a commit 96ce129

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
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.5] - 2025-01-12
2+
3+
* Use absolute GitHub URL for logo in README (like riverpod)
4+
15
## [9.0.4] - 2025-01-12
26

37
* Fixed screenshots description to match working 9.0.1 format

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<img align="left" src="get_it.png" alt="get_it logo" width="150" style="margin-left: -10px;"/>
1+
<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">
44
<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>

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.4
3+
version: 9.0.5
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)