diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f9f40c..ada6b58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.7.1 + +- Update dependencies + ## 0.7.0 - Add `-ls`/`--list` flag diff --git a/pubspec.yaml b/pubspec.yaml index c6b0110..5d92870 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.0 +version: 0.7.1 homepage: https://casraf.dev/ repository: https://github.com/chenasraf/dart_script_runner license: MIT @@ -10,7 +10,7 @@ environment: dependencies: file: ^7.0.0 path: '>=1.8.0 <2.0.0' - unaconfig: ^0.2.0 + unaconfig: ^0.3.1 # unaconfig: # path: ../unaconfig