Skip to content

Commit

Permalink
Fixes CLI tools.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gleb committed Oct 2, 2023
1 parent 72f3921 commit 5bb915a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# 0.3.5
# 0.3.6

- Fix CLI tools.

## 0.3.5

- Update minerva_controller_generator version.

Expand Down
2 changes: 1 addition & 1 deletion lib/src/cli/cli_configuration.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
part of minerva_cli;

abstract class CLIConfiguration {
static const String minervaVersion = '0.3.4';
static const String minervaVersion = '0.3.6';

static const String minervaControllerGeneratorVersion = '0.9.5';

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: minerva
description: Dart backend framework. Supports multithreading, websockets. It contains project build system, request processing pipeline, authentication aids, and logging tools.
version: 0.3.5
version: 0.3.6
homepage: https://github.com/GlebBatykov/minerva

environment:
Expand Down

0 comments on commit 5bb915a

Please sign in to comment.