David PHAM-VAN

Update version information

# Changelog
## 3.6.2
- Fix arabic ranges according to Wikipedia [elibyy]
## 3.6.1
- Fixes crash when array is empty [Kondamon]
... ...
... ... @@ -3,7 +3,7 @@ description: A pdf producer for Dart. It can create pdf files for both web or fl
homepage: https://github.com/DavBfr/dart_pdf/tree/master/pdf
repository: https://github.com/DavBfr/dart_pdf
issue_tracker: https://github.com/DavBfr/dart_pdf/issues
version: 3.6.1
version: 3.6.2
environment:
sdk: ">=2.12.0 <3.0.0"
... ...
# Changelog
## 5.6.1
- Allow host app to override pdfium version [Jon Salmon]
## 5.6.0
- Update Google fonts
... ...
... ... @@ -6,7 +6,7 @@ description: >
homepage: https://github.com/DavBfr/dart_pdf/tree/master/printing
repository: https://github.com/DavBfr/dart_pdf
issue_tracker: https://github.com/DavBfr/dart_pdf/issues
version: 5.6.0
version: 5.6.1
environment:
sdk: ">=2.12.0 <3.0.0"
... ...