Skip to content

Commit 15aa00c

Browse files
committed
0.3.1
1 parent 801c708 commit 15aa00c

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

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

37
- sdk: ">=3.0.0" e intl: 0.18.1.

example/pubspec.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ packages:
4747
path: ".."
4848
relative: true
4949
source: path
50-
version: "0.3.0"
50+
version: "0.3.1"
5151
clock:
5252
dependency: transitive
5353
description:

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.0
3+
version: 0.3.1
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.1
12+
intl: ^0.18.0
1313

1414
dev_dependencies:
1515
lints: ^2.1.0

0 commit comments

Comments
 (0)