Skip to content

Commit

Permalink
Update package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gogolon committed Sep 11, 2024
1 parent 20bc8cd commit c52af2d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/adb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## 0.4.0

- Add `getForwardedPorts` method to `Adb` (#2332)
- Bump minimum Dart SDK to version 3.3.0-0 (#1917)
Expand Down
4 changes: 2 additions & 2 deletions packages/adb/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: adb
description: Simple Dart wrapper around Android Debug Bridge.
version: 0.4.0-0
version: 0.4.0
repository: https://github.com/leancodepl/patrol/tree/master/packages/adb
issue_tracker: https://github.com/leancodepl/patrol/issues?q=is%3Aopen+is%3Aissue+label%3A%22package%3A+adb%22

environment:
sdk: '>=3.3.0-0 <4.0.0'
sdk: '>=3.3.0 <4.0.0'

dev_dependencies:
custom_lint: ^0.6.4
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: location_workspace

environment:
sdk: '>=3.3.0-0 <4.0.0'
sdk: '>=3.3.0 <4.0.0'

dev_dependencies:
melos: ^3.1.1

0 comments on commit c52af2d

Please sign in to comment.