We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac72b16 commit 06220baCopy full SHA for 06220ba
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.7.1
2
+
3
+- Update dependencies
4
5
## 0.7.0
6
7
- Add `-ls`/`--list` flag
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:
10
dependencies:
11
file: ^7.0.0
12
path: '>=1.8.0 <2.0.0'
13
- unaconfig: ^0.2.0
+ unaconfig: ^0.3.1
14
# unaconfig:
15
# path: ../unaconfig
16
0 commit comments