File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ allprojects {
12
12
13
13
subprojects {
14
14
group = " com.auritylab.graphql-kotlin-toolkit"
15
- version = " 0.3.0 "
15
+ version = " 0.3.1 "
16
16
17
17
apply (plugin = " org.jlleitschuh.gradle.ktlint" )
18
18
}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ It also creates the required sourceset for the generated code by itself.
7
7
``` kotlin
8
8
plugins {
9
9
// Apply the plugin with the latest version.
10
- id(" com.auritylab.graphql-kotlin-toolkit.codegen" ) version " 0.3.0 "
10
+ id(" com.auritylab.graphql-kotlin-toolkit.codegen" ) version " 0.3.1 "
11
11
}
12
12
13
13
// Configure the code generation.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ The Spring Boot starter configures most parts by it self. You just have to confi
5
5
#### Gradle
6
6
``` kotlin
7
7
dependencies {
8
- implementation(" com.auritylab.graphql-kotlin-toolkit:spring-boot-starter:0.3.0 " )
8
+ implementation(" com.auritylab.graphql-kotlin-toolkit:spring-boot-starter:0.3.1 " )
9
9
}
10
10
```
11
11
@@ -14,7 +14,7 @@ dependencies {
14
14
<dependency >
15
15
<groupId >com.auritylab.graphql-kotlin-toolkit</groupId >
16
16
<artifactId >spring-boot-starter</artifactId >
17
- <version >0.3.0 </version >
17
+ <version >0.3.1 </version >
18
18
</dependency >
19
19
```
20
20
You can’t perform that action at this time.
0 commit comments