Skip to content

Commit 000735f

Browse files
authored
Merge pull request #13 from TatsuUkraine/hotfix-2.2.0+1
Hotfix 2.2.0+1 -> master
2 parents 93a6db4 + eceb93a commit 000735f

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [2.2.0+1] - 26.03.2020
2+
3+
Codestyle hotfix
4+
15
## [2.2.0] - 26.03.2020
26

37
Features:

lib/config.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class Config {
2828
final Map<dynamic, dynamic> configFields = config[ConfigFieldType.FIELDS];
2929
final Map<dynamic, dynamic> extensions = config[ConfigFieldType.EXTENSIONS] ?? {};
3030
Map<dynamic, dynamic> extension = {};
31-
String extensionName = null;
31+
String extensionName;
3232

3333
if (devExtension != null && args[devExtension]) {
3434
extensionName = devExtension;

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: 2.2.0
3+
version: 2.2.0+1
44
author: TatsuUkraine <[email protected]>
55
homepage: https://github.com/TatsuUkraine/dart_environment_config
66
repository: https://github.com/TatsuUkraine/dart_environment_config

0 commit comments

Comments
 (0)