From 23b1dfc0838c28d3e475112801a0877b2ce5c03f Mon Sep 17 00:00:00 2001 From: devmil Date: Tue, 26 Sep 2023 12:00:18 +0200 Subject: [PATCH 1/2] Version 0.16.1 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index a7d50ce..262742b 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.16.1-dev +version: 0.16.1 environment: sdk: ">=2.17.5 <3.0.0" From 58922d3a163a60a908540720c6e3159fa96f9a36 Mon Sep 17 00:00:00 2001 From: devmil Date: Tue, 26 Sep 2023 12:00:21 +0200 Subject: [PATCH 2/2] Version 0.16.2-dev --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 262742b..4662409 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.16.1 +version: 0.16.2-dev environment: sdk: ">=2.17.5 <3.0.0"