diff --git a/CHANGELOG.md b/CHANGELOG.md index ca15448..38e6508 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,14 @@ # Change Log +## 8.1.1 + +* Updated README +* Updated to logo + ## 8.1.0 * Updated README -* Updated to new logo +* Updated to logo * Updated to `analyzer` 6.2.x * Updated to support Dart SDK 3.1.x diff --git a/README.md b/README.md index 95cbb04..23ac0ae 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ -# Angel3 Command Line Interface +# Angel3 CLI -[![Angel3 Logo](angel3_logo.png)](https://github.com/dukefirehawk/angel3-cli) +[![Angel3 Logo](angel3_logo.png)] (https://github.com/dukefirehawk/angel3-cli) ![Pub Version (including pre-releases)](https://img.shields.io/pub/v/angel3_cli?include_prereleases) [![Null Safety](https://img.shields.io/badge/null-safety-brightgreen)](https://dart.dev/null-safety) [![Gitter](https://img.shields.io/gitter/room/angel_dart/discussion)](https://gitter.im/angel_dart/discussion) [![License](https://img.shields.io/github/license/dukefirehawk/angel3-cli)](https://github.com/dukefirehawk/angel3-cli/blob/master/LICENSE) -Command-line tools for the [Angel3 framework](https://pub.dev/packages/angel3_framework) that provides the following functionalities: +The command line interface for buidling dart backend in [Angel3 framework](https://pub.dev/packages/angel3_framework) that provides the following functionalities: * Project scaffolding * Generating service models, plugins, tests and more @@ -16,8 +16,6 @@ Command-line tools for the [Angel3 framework](https://pub.dev/packages/angel3_fr ## Installation -Release version: - ```bash dart pub global activate angel3_cli ``` diff --git a/angel3_logo.png b/angel3_logo.png index 6e28e4a..1da098e 100644 Binary files a/angel3_logo.png and b/angel3_logo.png differ diff --git a/angel3_white_logo.png b/angel3_white_logo.png deleted file mode 100644 index a3c02be..0000000 Binary files a/angel3_white_logo.png and /dev/null differ diff --git a/pubspec.yaml b/pubspec.yaml index a7ae303..010f9b2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: angel3_cli -version: 8.1.0 -description: Command line tools for the Angel3 framework, including scaffolding. +version: 8.1.1 +description: The command line interface for building dart backend in Angel3 framework. homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel3-cli environment: