From 57263ac11e7090d7c748f28e4dccbad850c75556 Mon Sep 17 00:00:00 2001 From: Kathy Walrath Date: Tue, 4 Sep 2018 16:53:27 -0700 Subject: [PATCH] Prepare for 3.1.3 release. (#580) --- CHANGELOG.md | 2 +- lib/src/version.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a31a38a2..70c3751e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## 3.1.3 -- All templates: small improvements to generated `README.md`. +- All templates: Made small improvements to the generated `README.md`. ## 3.1.2 diff --git a/lib/src/version.dart b/lib/src/version.dart index bc0149e8..b84a8822 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '3.1.3-dev'; +const packageVersion = '3.1.3'; diff --git a/pubspec.yaml b/pubspec.yaml index 8c903291..1f2822df 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -7,7 +7,7 @@ description: > A scaffolding generator for your Dart projects. Stagehand helps you get set up! # After changing the version, run `pub run build_runner build`. -version: 3.1.3-dev +version: 3.1.3 homepage: https://github.com/dart-lang/stagehand author: Dart Team