diff --git a/lib/src/commands/make/model.dart b/lib/src/commands/make/model.dart index 208678af..3d4af783 100644 --- a/lib/src/commands/make/model.dart +++ b/lib/src/commands/make/model.dart @@ -102,7 +102,7 @@ class ModelCommand extends Command { if (argResults['migration']) { deps.add( - const MakerDependency('angel_migration', '^1.0.0-alpha', dev: true)); + const MakerDependency('angel_migration', '^1.0.0-alpha')); var migrationLib = new LibraryBuilder() ..addDirective( diff --git a/lib/src/commands/pubspec.update.g.dart b/lib/src/commands/pubspec.update.g.dart index 7e5762c3..3ef37657 100644 --- a/lib/src/commands/pubspec.update.g.dart +++ b/lib/src/commands/pubspec.update.g.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, 1, 5); +final Version PACKAGE_VERSION = new Version(1, 1, 5, build: '1'); Future fetchCurrentVersion(http.BaseClient client) async { var response = await client.get('https://pub.dartlang.org/api/packages/angel_cli'); diff --git a/pubspec.yaml b/pubspec.yaml index 7b443518..15eab6e8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ author: "Tobe O " description: "Command-line tools for the Angel framework." homepage: "https://github.com/angel-dart/angel_cli" name: "angel_cli" -version: 1.1.5 +version: 1.1.5+1 dependencies: # analyzer: "^0.29.0" args: ^0.13.4