1.0.9
This commit is contained in:
parent
0daa67f510
commit
cff49aa94a
3 changed files with 4 additions and 3 deletions
|
@ -32,7 +32,8 @@ class PluginCommand extends Command {
|
|||
|
||||
String _generatePlugin(PubSpec pubspec, String name, String lower) {
|
||||
return '''
|
||||
library ${pubspec.name}.plugins.$lower;
|
||||
library ${pubspec.name}.config.plugins.$lower;
|
||||
|
||||
import 'dart:async';
|
||||
import 'package:angel_framework/angel_framework.dart';
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ import 'dart:convert';
|
|||
import 'package:http/src/base_client.dart' as http;
|
||||
import 'package:pub_semver/pub_semver.dart';
|
||||
|
||||
final Version PACKAGE_VERSION = new Version(1, 0, 7);
|
||||
final Version PACKAGE_VERSION = new Version(1, 0, 9);
|
||||
Future<Version> fetchCurrentVersion(http.BaseClient client) async {
|
||||
var response =
|
||||
await client.get('https://pub.dartlang.org/api/packages/angel_cli');
|
||||
|
|
|
@ -2,7 +2,7 @@ author: "Tobe O <thosakwe@gmail.com>"
|
|||
description: "Command-line tools for the Angel framework."
|
||||
homepage: "https://github.com/angel-dart/angel_cli"
|
||||
name: "angel_cli"
|
||||
version: "1.0.8"
|
||||
version: "1.0.9"
|
||||
dependencies:
|
||||
# analyzer: "^0.29.0"
|
||||
args: "^0.13.7"
|
||||
|
|
Loading…
Reference in a new issue