Skip to content
This repository was archived by the owner on May 7, 2023. It is now read-only.

Commit f943300

Browse files
committed
Prepare 1.0.4
1 parent 25bfe48 commit f943300

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,5 +1,9 @@
11
# Changelog
22

3+
## 1.0.4
4+
5+
- Downgrade pedantic
6+
37
## 1.0.3
48

59
- Use pedantic for static analysis

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ description: A package to get humanized file sizes. Translate raw file size into
33
author: synw <synwe@yahoo.com>
44
homepage: https://github.com/synw/filesize
55

6-
version: 1.0.3
6+
version: 1.0.4
77

88
environment:
99
sdk: ">=2.0.0-dev.68.0 <3.0.0"
1010

1111
dev_dependencies:
1212
test: ^1.5.1
1313
test_coverage: ^0.2.3
14-
pedantic: ^1.6.0
14+
pedantic: ^1.4.0

0 commit comments

Comments
 (0)