Skip to content

Commit 40ef866

Browse files
committed
Bump version for bugfix release 9.0.1
1 parent dfe7f55 commit 40ef866

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ repositories {
3131
Add the `graphql-java-servlet` dependency:
3232
```gradle
3333
dependencies {
34-
compile 'com.graphql-java-kickstart:graphql-java-servlet:8.0.0'
34+
compile 'com.graphql-java-kickstart:graphql-java-servlet:9.0.1'
3535
}
3636
```
3737

@@ -42,7 +42,7 @@ Add the `graphql-java-servlet` dependency:
4242
<dependency>
4343
<groupId>com.graphql-java-kickstart</groupId>
4444
<artifactId>graphql-java-servlet</artifactId>
45-
<version>8.0.0</version>
45+
<version>9.0.1</version>
4646
</dependency>
4747
```
4848

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = 9.0.0
1+
version = 9.0.1
22
group = com.graphql-java-kickstart
33

44
PROJECT_NAME = graphql-java-servlet

0 commit comments

Comments
 (0)