Skip to content

Commit

Permalink
Merge pull request #2325 from leancodepl/prepare-dev-release
Browse files Browse the repository at this point in the history
prepare release
  • Loading branch information
pdenert authored Aug 29, 2024
2 parents 8b56aad + 605ba70 commit 67f9015
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion packages/patrol_cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
## 3.2.0
## 3.1.1

- Fix checking `java` version. (#2301)
- Change selecting `java` path. (#2300)

## 3.1.0

- Add `tags` and `exclude-tags`. (#2286)
- Run `flutter build apk --config-only` during android build.(#2293)

Expand Down
2 changes: 1 addition & 1 deletion packages/patrol_cli/lib/src/base/constants.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/// Version of Patrol CLI. Must be kept in sync with pubspec.yaml.
/// If you update this, make sure that compatibility-table.mdx is updated (if needed)
const version = '3.1.0';
const version = '3.1.1';
2 changes: 1 addition & 1 deletion packages/patrol_cli/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: patrol_cli
description: >
Command-line tool for Patrol, a powerful Flutter-native UI testing framework.
version: 3.1.0 # Must be kept in sync with constants.dart
version: 3.1.1 # Must be kept in sync with constants.dart
homepage: https://patrol.leancode.co
repository: https://github.com/leancodepl/patrol/tree/master/packages/patrol_cli
issue_tracker: https://github.com/leancodepl/patrol/issues?q=is%3Aopen+is%3Aissue+label%3A%22package%3A+patrol_cli%22
Expand Down

0 comments on commit 67f9015

Please sign in to comment.