Skip to content

Commit 968304a

Browse files
committed
Release v9.0.4: Fix screenshots description format
1 parent 1055e86 commit 968304a

File tree

2 files changed

+6
-2
lines changed

2 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.4] - 2025-01-12
2+
3+
* Fixed screenshots description to match working 9.0.1 format
4+
15
## [9.0.3] - 2025-01-12
26

37
* Fixed logo display on pub.dev by using relative path

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
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.3
3+
version: 9.0.4
44
maintainer: Thomas Burkhart (@escamoteur)
55
homepage: https://github.com/flutter-it/get_it
66
repository: https://github.com/flutter-it/get_it
77
funding:
88
- https://github.com/sponsors/escamoteur/
99

1010
screenshots:
11-
- description: 'The get_it logo'
11+
- description: 'get_it logo'
1212
path: get_it.png
1313

1414
environment:

0 commit comments

Comments
 (0)