Skip to content

Commit b13d724

Browse files
committed
Bump version to 1.4.0
1 parent 9705f31 commit b13d724

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

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

1919
```groovy
2020
plugins {
21-
id "io.github.kobylynskyi.graphql.codegen" version "1.3.0"
21+
id "io.github.kobylynskyi.graphql.codegen" version "1.4.0"
2222
}
2323
```
2424

@@ -32,7 +32,7 @@ buildscript {
3232
}
3333
}
3434
dependencies {
35-
classpath "io.github.kobylynskyi.graphql.codegen:graphql-codegen-gradle-plugin:1.3.0"
35+
classpath "io.github.kobylynskyi.graphql.codegen:graphql-codegen-gradle-plugin:1.4.0"
3636
}
3737
}
3838

graphql-codegen-gradle-plugin-example/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
id "idea"
44
id "application"
55
id "net.ltgt.apt" version "0.20"
6-
id "io.github.kobylynskyi.graphql.codegen" version "1.3.0"
6+
id "io.github.kobylynskyi.graphql.codegen" version "1.4.0"
77
}
88

99
mainClassName = "io.github.kobylynskyi.bikeshop.Application"

graphql-codegen-gradle-plugin/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ apply plugin: "idea"
1717
apply plugin: "maven-publish"
1818

1919
group = "io.github.kobylynskyi"
20-
version = "1.3.0"
20+
version = "1.4.0"
2121
description = "Provides a task for generating Java code based on GraphQL schema"
2222

2323
dependencies {
2424
compile gradleApi()
2525

26-
compile 'io.github.kobylynskyi:graphql-java-codegen:1.3.0'
26+
compile 'io.github.kobylynskyi:graphql-java-codegen:1.4.0'
2727

2828
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.5.1'
2929
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.5.1'

0 commit comments

Comments
 (0)