From 9141e0c735dcbb3cc02f2a42468f3c0251dea3ed Mon Sep 17 00:00:00 2001 From: thomashii Date: Tue, 26 Apr 2022 09:29:35 +0800 Subject: [PATCH] Update to SDK 2.16 --- CHANGELOG.md | 6 +++++- lib/src/commands/init.dart | 8 ++++---- pubspec.yaml | 4 ++-- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e4ba89..d403a37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,14 @@ # Change Log +## 5.0.0 + +* Updated SDK to 2.16.x + ## 4.0.0 * Changed `pub` to `dart pub` * Changed `pub build` to `dart build` -* Updated min SDK to 2.14.0 +* Updated SDK to 2.14.0 ## 3.2.0 diff --git a/lib/src/commands/init.dart b/lib/src/commands/init.dart index 5b10ea0..2c6b425 100644 --- a/lib/src/commands/init.dart +++ b/lib/src/commands/init.dart @@ -84,10 +84,10 @@ class InitCommand extends Command { ..writeln('Find more documentation about Angel3:') ..writeln(' * https://angel3-framework.web.app') ..writeln(' * https://angel3-docs.dukefirehawk.com') - ..writeln( - ' * https://www.youtube.com/playlist?list=PLl3P3tmiT-frEV50VdH_cIrA2YqIyHkkY') - ..writeln(' * https://medium.com/the-angel-framework') - ..writeln(' * https://dart.academy/tag/angel') +// ..writeln( +// ' * https://www.youtube.com/playlist?list=PLl3P3tmiT-frEV50VdH_cIrA2YqIyHkkY') +// ..writeln(' * https://medium.com/the-angel-framework') +// ..writeln(' * https://dart.academy/tag/angel') ..writeln() ..writeln('Happy coding!'); } diff --git a/pubspec.yaml b/pubspec.yaml index 477fa41..314ce10 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,10 +1,10 @@ name: angel3_cli -version: 4.0.0 +version: 6.0.0 description: Command line tools for the Angel3 framework, including scaffolding. homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel3-cli environment: - sdk: '>=2.14.0 <3.0.0' + sdk: '>=2.16.0 <3.0.0' dependencies: analyzer: ^3.0.0 args: ^2.1.1