From b854658afbb2af938a1f808d792aea5737224961 Mon Sep 17 00:00:00 2001 From: Istvan Soos Date: Wed, 17 Apr 2024 10:38:31 +0200 Subject: [PATCH] Prepare 0.22.3 --- lib/src/version.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/src/version.dart b/lib/src/version.dart index 36fd6fb3..7229db38 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '0.22.3-dev'; +const packageVersion = '0.22.3'; diff --git a/pubspec.yaml b/pubspec.yaml index a5a1f3e2..93d6f047 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: pana description: PAckage aNAlyzer - produce a report summarizing the health and quality of a Dart package. -version: 0.22.3-dev +version: 0.22.3 repository: https://github.com/dart-lang/pana topics: - tool