Skip to content

Commit 8b66ee6

Browse files
committed
chore: bump to v0.3.1
1 parent 7f45c86 commit 8b66ee6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ allprojects {
1212

1313
subprojects {
1414
group = "com.auritylab.graphql-kotlin-toolkit"
15-
version = "0.3.0"
15+
version = "0.3.1"
1616

1717
apply(plugin = "org.jlleitschuh.gradle.ktlint")
1818
}

docs/codegen/gettings-started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ It also creates the required sourceset for the generated code by itself.
77
```kotlin
88
plugins {
99
// 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"
1111
}
1212

1313
// Configure the code generation.

docs/spring-boot-integration/getting-started.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The Spring Boot starter configures most parts by it self. You just have to confi
55
#### Gradle
66
```kotlin
77
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")
99
}
1010
```
1111

@@ -14,7 +14,7 @@ dependencies {
1414
<dependency>
1515
<groupId>com.auritylab.graphql-kotlin-toolkit</groupId>
1616
<artifactId>spring-boot-starter</artifactId>
17-
<version>0.3.0</version>
17+
<version>0.3.1</version>
1818
</dependency>
1919
```
2020

0 commit comments

Comments
 (0)