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: