diff --git a/AutomatorServer/app/build.gradle b/AutomatorServer/app/build.gradle index f9867f0b2..46bc02abf 100644 --- a/AutomatorServer/app/build.gradle +++ b/AutomatorServer/app/build.gradle @@ -13,7 +13,7 @@ android { minSdkVersion 26 targetSdkVersion 32 versionCode 1 - versionName "0.0.8" + versionName "0.0.9" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/packages/maestro_cli/CHANGELOG.md b/packages/maestro_cli/CHANGELOG.md index 081e45bcb..d5ac1275c 100644 --- a/packages/maestro_cli/CHANGELOG.md +++ b/packages/maestro_cli/CHANGELOG.md @@ -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. diff --git a/packages/maestro_cli/lib/src/common/constants.dart b/packages/maestro_cli/lib/src/common/constants.dart index 37444d099..3e05483f8 100644 --- a/packages/maestro_cli/lib/src/common/constants.dart +++ b/packages/maestro_cli/lib/src/common/constants.dart @@ -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'; diff --git a/packages/maestro_cli/pubspec.yaml b/packages/maestro_cli/pubspec.yaml index c99cacf9e..eadd695c5 100644 --- a/packages/maestro_cli/pubspec.yaml +++ b/packages/maestro_cli/pubspec.yaml @@ -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: