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 31, 2022
1 parent 649a952 commit bf9a6d4
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.2
# 0.3.3

- Update README files.

## 0.3.2

- 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.2
minerva: ^0.3.3
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.2.');
'minerva', 'Server side framework for Dart. Version 0.3.3.');

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.2
version: 0.3.3
homepage: https://github.com/GlebBatykov/minerva

environment:
Expand Down

0 comments on commit bf9a6d4

Please sign in to comment.