Skip to content

Commit 9a97586

Browse files
committed
bump openapi-generator version
1 parent c6da941 commit 9a97586

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

openapi-generator-cli/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: openapi_generator_cli
22
description: A dart wrapper around openapi-generator inspired by the node implementation.
3-
version: 4.0.0
3+
version: 4.1.0
44
homepage: https://github.com/gibahjoe/openapi-generator-dart
55

66
environment:

openapi-generator/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: openapi_generator
22
description: Generator for openapi client sdk inspired by the npm implementation of openapi-generator-cli.
3-
version: 4.0.0
3+
version: 4.1.0
44
homepage: https://github.com/gibahjoe/openapi-generator-dart
55

66
environment:
@@ -10,7 +10,7 @@ dependencies:
1010
build: '>=0.12.6 <=3.0.0'
1111
source_gen: '>=1.0.0 <=2.0.0'
1212
path: '>=1.0.0 <=2.0.0'
13-
openapi_generator_annotations: ^4.0.0
13+
openapi_generator_annotations: ^4.1.0
1414
analyzer: '>=1.4.0 <=5.0.0'
1515
openapi_generator_cli: ^4.0.0
1616

0 commit comments

Comments
 (0)