Skip to content

Commit e9654de

Browse files
committed
remove null-safe version suffix
1 parent b79b29e commit e9654de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## [3.0.0-nullsafety.0] - 26.04.2021
1+
## [3.0.0] - 26.04.2021
22

33
- migrate to null-safe
44

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: environment_config
22
description: Environment specific config generator. Allows to specify env configuration during CI/CD build. Primarily created to simplify Flutter build configuration
3-
version: 3.0.0-nullsafety.0
3+
version: 3.0.0
44
homepage: https://github.com/TatsuUkraine/dart_environment_config
55
repository: https://github.com/TatsuUkraine/dart_environment_config
66
issue_tracker: https://github.com/TatsuUkraine/dart_environment_config/issues

0 commit comments

Comments
 (0)