diff --git a/AutomatorServer/app/build.gradle b/AutomatorServer/app/build.gradle index 307dc49fd..8fe5d4073 100644 --- a/AutomatorServer/app/build.gradle +++ b/AutomatorServer/app/build.gradle @@ -17,7 +17,7 @@ android { minSdkVersion 26 targetSdkVersion 31 versionCode 1 - versionName "0.3.2" + versionName "0.3.3" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/packages/maestro_cli/CHANGELOG.md b/packages/maestro_cli/CHANGELOG.md index 1eec711f0..168c7ba16 100644 --- a/packages/maestro_cli/CHANGELOG.md +++ b/packages/maestro_cli/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.3.3 + +- Fix a crash which occured when ADB daemon was not initialized + ## 0.3.2 - Fix a crash which occured when ADB daemon was not initialized diff --git a/packages/maestro_cli/lib/src/common/constants.dart b/packages/maestro_cli/lib/src/common/constants.dart index 73446976d..c90ef1cf4 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.3.2'; +const version = '0.3.3'; const maestroPackage = 'maestro_test'; const maestroCliPackage = 'maestro_cli'; diff --git a/packages/maestro_cli/pubspec.yaml b/packages/maestro_cli/pubspec.yaml index 48690d20e..2264c02c4 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.3.2 +version: 0.3.3 homepage: https://github.com/leancodepl/maestro environment: