From 909b50f4fbe0766ad633cb8cae16e6c18a1091bb Mon Sep 17 00:00:00 2001 From: Chen Asraf Date: Tue, 30 Aug 2022 23:34:13 +0300 Subject: [PATCH] chore: bump version number --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 939aa03..78a9354 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.1.7 +version: 0.1.8 homepage: https://casraf.dev/ repository: https://github.com/chenasraf/dart_script_runner license: MIT