From 6e4b478897645831d68371350a8474394c722951 Mon Sep 17 00:00:00 2001 From: Phil Quitslund Date: Wed, 11 Nov 2020 13:51:29 -0800 Subject: [PATCH] 0.1.125 (#2342) --- CHANGELOG.md | 4 ++++ lib/src/version.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45973b4db..55223164a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.1.125 + +* (internal): update to new `PhysicalResourceProvider` API + # 0.1.124 * fixed false positives in `prefer_constructors_over_static_methods` diff --git a/lib/src/version.dart b/lib/src/version.dart index c15adf2d2..1844d837f 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -3,4 +3,4 @@ // BSD-style license that can be found in the LICENSE file. /// Package version. Synchronized w/ pubspec.yaml. -const String version = '0.1.124'; +const String version = '0.1.125'; diff --git a/pubspec.yaml b/pubspec.yaml index 47127b617..441845dd1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: linter -version: 0.1.124 +version: 0.1.125 description: >- The implementation of the lint rules supported by the analyzer framework.