Skip to content

Commit

Permalink
Version 0.2.4+1: Fix an incorrectly worded message (leanflutter#88)
Browse files Browse the repository at this point in the history
* chore: fix success message

Replaces the incorrect word "builded" with the correct word "built"

* Update pubspec.yaml

* Update CHANGELOG.md
  • Loading branch information
GroovinChip authored Aug 12, 2022
1 parent d5ed7f1 commit 9cf76d3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions packages/flutter_distributor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.2.4+1
* Fix an incorrectly worded message

## 0.2.4

* [dmg maker] Support `code-sign` configuration item.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ class FlutterDistributor {
},
);
logger.info(
Colorize('Successfully builded ${buildResult.outputDirectory}')
Colorize('Successfully built ${buildResult.outputDirectory}')
.green(),
);
}
Expand Down
2 changes: 1 addition & 1 deletion packages/flutter_distributor/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_distributor
description: A complete tool for packaging and publishing your Flutter apps.
version: 0.2.4
version: 0.2.4+1
homepage: https://github.com/leanflutter/flutter_distributor

platforms:
Expand Down

0 comments on commit 9cf76d3

Please sign in to comment.