diff --git a/CHANGELOG.md b/CHANGELOG.md index 84f4b5372e201850993cc6c916d0904767f1e4bf..bd3d4b5319e1c394b9f67d64d71c80c348199b29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## 0.1.5+5 + +- Updated the dependency on `usage` + ## 0.1.5+3 - Updated the dependency on `usage` diff --git a/lib/src/cli_app.dart b/lib/src/cli_app.dart index 18e7611d19be65aabc223144a39ff93830a9f66f..3cdc96a10c76e96507b1b5d06dc6441fcdd6aa6d 100644 --- a/lib/src/cli_app.dart +++ b/lib/src/cli_app.dart @@ -19,7 +19,7 @@ import 'package:usage/usage_io.dart'; const String APP_NAME = 'stagehand'; // This version must be updated in tandem with the pubspec version. -const String APP_VERSION = '0.1.5+4'; +const String APP_VERSION = '0.1.5+5'; const String APP_PUB_INFO = 'https://pub.dartlang.org/packages/${APP_NAME}.json'; diff --git a/pubspec.yaml b/pubspec.yaml index dd137189149050dc6d8289860d18030b7edfd570..be8831f12a60a65eeaab83656f2cf5ff6389fd3a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,7 +4,7 @@ name: stagehand # When changing this version, change the lib/src/cli_app.dart version as well. -version: 0.1.5+4 +version: 0.1.5+5 description: > A scaffolding generator for your Dart projects. Stagehand helps you get set up! @@ -22,7 +22,7 @@ dependencies: crypto: '>=0.9.0 <0.10.0' http: '>=0.11.0 <0.12.0' path: '>=1.3.0 <2.0.0' - usage: '>=0.0.6 <0.1.0' + usage: '>=1.0.0 <2.0.0' dev_dependencies: browser: any