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 0219391
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AutomatorServer/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ android {
minSdkVersion 26
targetSdkVersion 32
versionCode 1
versionName "0.0.8"
versionName "0.0.9"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
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 0219391

Please sign in to comment.