Skip to content

Commit ddd61dc

Browse files
committed
Update versions in README
1 parent 0cf0d4d commit ddd61dc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

plugins/gradle/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
```groovy
1919
plugins {
20-
id "io.github.kobylynskyi.graphql.codegen" version "5.5.0"
20+
id "io.github.kobylynskyi.graphql.codegen" version "5.6.0"
2121
}
2222
```
2323

@@ -31,7 +31,7 @@ buildscript {
3131
}
3232
}
3333
dependencies {
34-
classpath "io.github.kobylynskyi.graphql.codegen:graphql-codegen-gradle-plugin:5.5.0"
34+
classpath "io.github.kobylynskyi.graphql.codegen:graphql-codegen-gradle-plugin:5.6.0"
3535
}
3636
}
3737

plugins/maven/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<plugin>
2121
<groupId>io.github.kobylynskyi</groupId>
2222
<artifactId>graphql-codegen-maven-plugin</artifactId>
23-
<version>5.5.0</version>
23+
<version>5.6.0</version>
2424
<executions>
2525
<execution>
2626
<goals>

0 commit comments

Comments
 (0)