From ac607e636a7cdfd3247e3c4aa4045a24b9f76b80 Mon Sep 17 00:00:00 2001 From: thomashii Date: Sat, 12 Jun 2021 12:23:33 +0800 Subject: [PATCH] Updated README --- CHANGELOG.md | 2 ++ README.md | 4 ++-- pubspec.yaml | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c29d3c..f41ea03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +# 3.0.0-beta.2 +* Updated README # 3.0.0-beta.1 * Migrated to work with Dart SDK 2.12.x Non NNBD * Replaced `mustache4dart2` with `mustache_template` diff --git a/README.md b/README.md index 2e713d0..c902a46 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # angel3_cli -![Screenshot of Terminal](screenshots/screenshot.png) +[![Screenshot of Terminal](screenshots/screenshot.png)](https://github.com/dukefirehawk/angel3-cli) -[![version](https://img.shields.io/badge/pub-v3.0.-brightgreen)](https://pub.dartlang.org/angel3-cli) +[![version](https://img.shields.io/badge/pub-v3.0.0-brightgreen)](https://pub.dartlang.org/angel3_cli) [![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) diff --git a/pubspec.yaml b/pubspec.yaml index 38fd42e..af70b96 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: angel3_cli -version: 3.0.0-beta.1 +version: 3.0.0-beta.2 description: Command-line tools for the Angel framework, including scaffolding. -homepage: https://github.com/dukefirehawk/angel3_cli +homepage: https://github.com/dukefirehawk/angel3-cli environment: sdk: '>=2.12.0 <3.0.0' dependencies: