Skip to content

Commit 3066fa8

Browse files
committed
Update README with release version 1.7.1
1 parent 14a2a3e commit 3066fa8

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ assignees: ''
2222

2323
## Your Environment and Setup
2424

25-
* **graphql-java-codegen**: *E.g.: 1.7.0*
25+
* **graphql-java-codegen**: *E.g.: 1.7.1*
2626
* **Build tool**: *E.g.: Maven*
2727
* **Java tool**: *E.g.: Oracle 8u241*
2828
* **Mapping Config**: *E.g.:*

plugins/gradle/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This Gradle plugin is able to generate the following classes based on your Graph
2121

2222
```groovy
2323
plugins {
24-
id "io.github.kobylynskyi.graphql.codegen" version "1.7.0"
24+
id "io.github.kobylynskyi.graphql.codegen" version "1.7.1"
2525
}
2626
```
2727

@@ -35,7 +35,7 @@ buildscript {
3535
}
3636
}
3737
dependencies {
38-
classpath "io.github.kobylynskyi.graphql.codegen:graphql-codegen-gradle-plugin:1.7.0"
38+
classpath "io.github.kobylynskyi.graphql.codegen:graphql-codegen-gradle-plugin:1.7.1"
3939
}
4040
}
4141

plugins/maven/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This Maven plugin is able to generate the following classes based on your GraphQ
2626
<plugin>
2727
<groupId>io.github.kobylynskyi</groupId>
2828
<artifactId>graphql-codegen-maven-plugin</artifactId>
29-
<version>1.7.0</version>
29+
<version>1.7.1</version>
3030
<executions>
3131
<execution>
3232
<goals>

plugins/sbt/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The GraphQL Java codegen library used by this plugin is able to generate the fol
2020
### Plugin Setup and Configuration
2121

2222
```
23-
addSbtPlugin("io.github.kobylynskyi" % "sbt-graphql-java-codegen" % "1.7.0-NOT-YET-RELEASED")
23+
addSbtPlugin("io.github.kobylynskyi" % "sbt-graphql-java-codegen" % "1.7.1-NOT-YET-RELEASED")
2424
```
2525

2626
### Plugin Options

0 commit comments

Comments
 (0)