Skip to content

Commit a1a09a1

Browse files
committed
0.3.2
1 parent 15aa00c commit a1a09a1

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.3.2
2+
3+
- intl: 0.19.0.
4+
15
## 0.3.1
26

37
- intl: 0.18.0.

pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: brasil_datetime
22
description: Extensões para a classe DateTime para facilitar a formatação em pt_BR
3-
version: 0.3.1
3+
version: 0.3.2
44
homepage: https://github.com/flutterbootcamp/brasil_datetime
55
repository: https://github.com/flutterbootcamp/brasil_datetime
66
issue_tracker: https://github.com/flutterbootcamp/brasil_datetime/issues
@@ -9,7 +9,7 @@ environment:
99
sdk: '>=3.0.0 <4.0.0'
1010

1111
dependencies:
12-
intl: ^0.18.0
12+
intl: ^0.19.0
1313

1414
dev_dependencies:
1515
lints: ^2.1.0

0 commit comments

Comments
 (0)