From 6f2334e78ea71d2e27088b27f755190743f04280 Mon Sep 17 00:00:00 2001 From: Samyak Jain <56000318+samyakkkk@users.noreply.github.com> Date: Thu, 27 Jun 2024 21:08:26 +0530 Subject: [PATCH] (rel): 1.0.5 --- commanddash/lib/runner.dart | 2 +- commanddash/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/commanddash/lib/runner.dart b/commanddash/lib/runner.dart index d7b1abb..aa08878 100644 --- a/commanddash/lib/runner.dart +++ b/commanddash/lib/runner.dart @@ -21,7 +21,7 @@ class ProcessCommand extends Command { } } -final version = '0.1.4'; +final version = '0.1.5'; class VersionCommand extends Command { @override diff --git a/commanddash/pubspec.yaml b/commanddash/pubspec.yaml index 8d41255..f5e59f4 100644 --- a/commanddash/pubspec.yaml +++ b/commanddash/pubspec.yaml @@ -1,6 +1,6 @@ name: commanddash description: Processing engine for CommandDash clients like the IDEs -version: 0.1.4 +version: 0.1.5 repository: https://github.com/Welltested-AI/commanddash environment: