Skip to content

Commit

Permalink
release version 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Jun 6, 2022
1 parent b0133ee commit 3078b06
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 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.4"
versionName "0.0.5"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
9 changes: 9 additions & 0 deletions packages/maestro_cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 0.0.5

- Make versions match AutomatorServer


## 0.0.4

- Nothing

## 0.0.3

- Add support for `maestro.toml` config file.
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.3
version: 0.0.5
homepage: https://github.com/leancodepl/maestro

environment:
Expand Down

0 comments on commit 3078b06

Please sign in to comment.