diff --git a/CHANGELOG.md b/CHANGELOG.md index ada6b58..916dad6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.7.2 + +- Dev dependency fixes + ## 0.7.1 - Update dependencies diff --git a/pubspec.yaml b/pubspec.yaml index 5d92870..c71133b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: script_runner description: Run all your project-related scripts in a portable, simple config. -version: 0.7.1 +version: 0.7.2 homepage: https://casraf.dev/ repository: https://github.com/chenasraf/dart_script_runner license: MIT @@ -15,9 +15,9 @@ dependencies: # path: ../unaconfig dev_dependencies: - lints: - test: - btool: + lints: any + test: any + btool: any script_runner: # line_length: 100