From 5d21f4aa99faf94d22a4958d30c157f9430bdbf3 Mon Sep 17 00:00:00 2001 From: Gibah Joseph Date: Sat, 20 Jan 2024 00:08:18 +0100 Subject: [PATCH] fix: updated --- openapi-generator-annotations/pubspec.yaml | 2 +- openapi-generator-cli/pubspec.yaml | 2 +- openapi-generator/pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/openapi-generator-annotations/pubspec.yaml b/openapi-generator-annotations/pubspec.yaml index 0c387b2..f635e4e 100644 --- a/openapi-generator-annotations/pubspec.yaml +++ b/openapi-generator-annotations/pubspec.yaml @@ -1,6 +1,6 @@ name: openapi_generator_annotations description: Annotation package for openapi_generator https://pub.dev/packages/openapi_generator. -version: 5.0.1 +version: 5.0.2 homepage: https://github.com/gibahjoe/openapi-generator-dart diff --git a/openapi-generator-cli/pubspec.yaml b/openapi-generator-cli/pubspec.yaml index 9fd0f7f..8f85eda 100644 --- a/openapi-generator-cli/pubspec.yaml +++ b/openapi-generator-cli/pubspec.yaml @@ -1,6 +1,6 @@ name: openapi_generator_cli description: A dart wrapper around openapi-generator inspired by the node implementation. -version: 5.0.0 +version: 5.0.2 homepage: https://github.com/gibahjoe/openapi-generator-dart environment: diff --git a/openapi-generator/pubspec.yaml b/openapi-generator/pubspec.yaml index 8858bc8..43acc8f 100755 --- a/openapi-generator/pubspec.yaml +++ b/openapi-generator/pubspec.yaml @@ -1,6 +1,6 @@ name: openapi_generator description: Generator for openapi client sdk inspired by the npm implementation of openapi-generator-cli. -version: 5.0.1 +version: 5.0.2 homepage: https://github.com/gibahjoe/openapi-generator-dart environment: