Skip to content

Commit

Permalink
release 7.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yarinvak committed Oct 14, 2019
1 parent d193b7d commit 2b26d64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ syntax for GraphQL schema definition.

```groovy
dependencies {
compile "io.github.graphql-java:graphql-java-annotations:7.2"
compile "io.github.graphql-java:graphql-java-annotations:7.2.1"
}
```

Expand All @@ -45,7 +45,7 @@ dependencies {
<dependency>
<groupId>io.github.graphql-java</groupId>
<artifactId>graphql-java-annotations</artifactId>
<version>7.2</version>
<version>7.2.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ org.gradle.daemon=true
org.gradle.parallel=true
org.gradle.jvmargs=-Dfile.encoding=UTF-8

version = 7.2
version = 7.2.1

0 comments on commit 2b26d64

Please sign in to comment.