Bump file.
diff --git a/CHANGELOG.md b/CHANGELOG.md index 85c14cb..5c202aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md
@@ -1,7 +1,8 @@ # Change Log for `process_runner` -## 4.1.2 +## 4.1.3 +* Bump dependency version for `file``. * Bump dependency version for platform package so process_runner works with newer versions of dart:io. ## 4.1.2
diff --git a/pubspec.yaml b/pubspec.yaml index 4173ff5..01de9dc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml
@@ -3,14 +3,14 @@ # found in the LICENSE file. name: process_runner -version: 4.1.3 +version: 4.1.4 description: A process invocation astraction for Dart that manages a multiprocess queue. homepage: https://github.com/google/process_runner dependencies: args: ^2.3.0 async: ^2.5.0 - file: ^6.1.0 + file: ^7.0.0 meta: ^1.3.0 path: ^1.8.0 platform: ^3.1.0 @@ -20,7 +20,7 @@ test: ^1.16.8 environment: - sdk: '>=2.12.0 <3.0.0' + sdk: '>=2.12.0 <4.0.0' binaries: process_runner: