From bc037e61b4ea5b67ee16c97d358539620d08ef19 Mon Sep 17 00:00:00 2001 From: devmil Date: Wed, 11 Dec 2024 11:16:57 +0100 Subject: [PATCH] Version 0.20.2-dev --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 3b7dc0c..fba97dc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: dart_apitool description: A tool to analyze the public API of a package, create a model of it and diff it against another version to check semver. repository: https://github.com/bmw-tech/dart_apitool -version: 0.20.1 +version: 0.20.2-dev environment: sdk: ">=3.0.0 <4.0.0"