Skip to content

Commit

Permalink
Updates package version
Browse files Browse the repository at this point in the history
  • Loading branch information
Gleb Batykov committed Dec 26, 2022
1 parent a42fdf6 commit e3e6d5a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 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.0
# 0.3.1

- Update JsonResult.

## 0.3.0

- Update filters constructor parameters;
- Update library export file.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ environment:
sdk: '>=2.17.5 <3.0.0'
dependencies:
minerva: ^0.3.0
minerva: ^0.3.1
dev_dependencies:
lints: ^2.0.0
Expand Down
2 changes: 1 addition & 1 deletion lib/src/cli/runner.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ part of minerva_cli;
class Runner {
Future<void> run(List<String> args) async {
var runner = CommandRunner(
'minerva', 'Server side framework for Dart. Version 0.3.0.');
'minerva', 'Server side framework for Dart. Version 0.3.1.');

runner.addCommand(CreateCommand());
runner.addCommand(RunCommand());
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.0
version: 0.3.1
homepage: https://github.com/GlebBatykov/minerva

environment:
Expand Down

0 comments on commit e3e6d5a

Please sign in to comment.