Skip to content

Commit

Permalink
maestro_cli: set version to 0.3.3 (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia authored Jul 7, 2022
1 parent 35d0398 commit 5b95278
Show file tree
Hide file tree
Showing 4 changed files with 7 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 @@ -17,7 +17,7 @@ android {
minSdkVersion 26
targetSdkVersion 31
versionCode 1
versionName "0.3.2"
versionName "0.3.3"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
4 changes: 4 additions & 0 deletions packages/maestro_cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.3.2';
const version = '0.3.3';

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.3.2
version: 0.3.3
homepage: https://github.com/leancodepl/maestro

environment:
Expand Down

0 comments on commit 5b95278

Please sign in to comment.