From 9d502b383c3ace51b9f2dada853b203a9594c11d Mon Sep 17 00:00:00 2001 From: Batykov Gleb Date: Thu, 27 Oct 2022 15:34:28 +0300 Subject: [PATCH] Updates package version --- CHANGELOG.md | 6 +++++- .../create/configure/configure_pubspec_cli_command.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c31b4e6..8453603 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ -# 0.2.6 +# 0.2.7 + +- Update documentation. + +## 0.2.6 - Update README files. diff --git a/lib/src/cli/command/create/configure/configure_pubspec_cli_command.dart b/lib/src/cli/command/create/configure/configure_pubspec_cli_command.dart index 8113010..bece7a4 100644 --- a/lib/src/cli/command/create/configure/configure_pubspec_cli_command.dart +++ b/lib/src/cli/command/create/configure/configure_pubspec_cli_command.dart @@ -23,7 +23,7 @@ environment: sdk: '>=2.17.5 <3.0.0' dependencies: - minerva: ^0.2.6 + minerva: ^0.2.7 dev_dependencies: lints: ^2.0.0 diff --git a/pubspec.yaml b/pubspec.yaml index e70ee11..c502626 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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.2.6 +version: 0.2.7 homepage: https://github.com/GlebBatykov/minerva environment: