Skip to content

Commit

Permalink
Release flutter_distributor v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lijy91 committed Jan 7, 2022
1 parent 70d42fa commit ea436af
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
4 changes: 4 additions & 0 deletions packages/flutter_app_builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.2

- `dart-define` arg support multi values.

## 0.1.0

- First release.
2 changes: 1 addition & 1 deletion packages/flutter_app_builder/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_app_builder
description: Build your Flutter app via Dart.
version: 0.1.0
version: 0.1.2
homepage: https://github.com/leanflutter/flutter_distributor

environment:
Expand Down
5 changes: 5 additions & 0 deletions packages/flutter_distributor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.1.2

- `dart-define` arg support multi values.
- Remove `console_bars` and Replace to `ProgressBar`.

## 0.1.0

- First release.
6 changes: 3 additions & 3 deletions packages/flutter_distributor/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_distributor
description: Package your Flutter app into OS-specific bundles (.dmg, .exe, etc.) via Dart or the command line.
version: 0.1.1
description: A complete tool for packaging and publishing your Flutter apps.
version: 0.1.2
homepage: https://github.com/leanflutter/flutter_distributor

environment:
Expand All @@ -12,7 +12,7 @@ dependencies:
args: ^2.2.0
colorize: ^3.0.0
dio: ^4.0.4
flutter_app_builder: ^0.1.0
flutter_app_builder: ^0.1.2
flutter_app_packager: ^0.1.0
flutter_app_publisher: ^0.1.0
logging: ^1.0.2
Expand Down

0 comments on commit ea436af

Please sign in to comment.