Skip to content

Commit 37beab2

Browse files
committed
0.1.4
1 parent 6a83dc3 commit 37beab2

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.4
2+
3+
- Melhorias na descrição.
4+
15
## 0.1.3
26

37
- diaMesAnoHoraMinuto

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# brasil_datetime
33

4-
Extensões para `DateTime` em pt_BR.
4+
Extensões para a classe `DateTime` para facilitar a formatação em pt_BR.
55

66
![Codecov](https://img.shields.io/codecov/c/github/flutterbootcamp/brasil_datetime)
77

pubspec.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: brasil_datetime
2-
description: Extensões para manipular objetos DateTime em pt_BR
3-
version: 0.1.3
2+
description: Extensões para a classe DateTime para facilitar a formatação em pt_BR
3+
version: 0.1.4
44
homepage: https://github.com/flutterbootcamp/brasil_datetime
5+
repository: https://github.com/flutterbootcamp/brasil_datetime
6+
issue_tracker: https://github.com/flutterbootcamp/brasil_datetime/issues
57

68
environment:
79
sdk: '>=2.18.3 <3.0.0'

0 commit comments

Comments
 (0)