From b18821e5cc08d9cbf407d40d28318b45845a62ab Mon Sep 17 00:00:00 2001 From: devmil Date: Fri, 4 Oct 2024 16:13:56 +0200 Subject: [PATCH] Version 0.19.1-dev --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 6b3ec29..630b954 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.19.0 +version: 0.19.1-dev environment: sdk: ">=3.0.0 <4.0.0"