Skip to content

Commit

Permalink
set version to 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Jun 6, 2022
1 parent 9051ffd commit 2f09581
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions packages/maestro_cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.0.9

- Add `--device` option for `maestro drive`, which allows you to specify the
device to use. Devices can be obtained using `adb devices`.

## 0.0.8

- Fix `maestro drive` on Windows crashing with ProcessException.
Expand Down
2 changes: 1 addition & 1 deletion packages/maestro_cli/lib/src/common/constants.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/// Version of Maestro CLI. Must be kept in sync with pubspec.yaml.
const version = '0.0.8';
const version = '0.0.9';

const maestroPackage = 'maestro_test';
const maestroCliPackage = 'maestro_cli';
Expand Down
2 changes: 1 addition & 1 deletion packages/maestro_cli/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: maestro_cli
description: CLI for Maestro.
version: 0.0.8
version: 0.0.9
homepage: https://github.com/leancodepl/maestro

environment:
Expand Down

0 comments on commit 2f09581

Please sign in to comment.