chore(release): publish 5.2.1 (#117)

This commit is contained in:
James Collins
2024-10-14 19:56:26 +13:00
committed by GitHub
parent 4a1d66467d
commit e9bfe10527
3 changed files with 6 additions and 2 deletions

View File

@ -8,6 +8,10 @@ Release notes are available on [github][notes].
[pub-semver-readme]: https://pub.dartlang.org/packages/pub_semver
[notes]: https://github.com/java-james/flutter_dotenv/releases
# 5.2.1
- [chore] Update readme with security info and new usage examples
# 5.2.0
- [new] Get variables as `int`, `double` and `bool`

View File

@ -68,7 +68,7 @@ packages:
path: ".."
relative: true
source: path
version: "5.2.0"
version: "5.2.1"
flutter_lints:
dependency: "direct dev"
description:

View File

@ -1,5 +1,5 @@
name: flutter_dotenv
version: 5.2.0
version: 5.2.1
description: Easily configure any flutter application with global variables using a `.env` file.
homepage: https://github.com/java-james/flutter_dotenv
environment: