File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,14 +17,14 @@ Example for Maven:
17
17
<dependency >
18
18
<groupId >com.nfl.graphql</groupId >
19
19
<artifactId >mediator</artifactId >
20
- <version >1.0.1 </version >
20
+ <version >1.0.2 </version >
21
21
</dependency >
22
22
```
23
23
24
24
Example for gradle:
25
25
26
26
```
27
- gradle compile("com.nfl.graphql:mediator:1.0.1 ")
27
+ gradle compile("com.nfl.graphql:mediator:1.0.2 ")
28
28
```
29
29
30
30
Change history can be found here: [ CHANGELOG.md] ( https://github.com/nfl/graphql-mediator/blob/master/CHANGELOG.md )
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ maven.central.sync=false
5
5
sonatype.username =DUMMY_SONATYPE_USER
6
6
sonatype.password =DUMMY_SONATYPE_PASSWORD
7
7
8
- PROJECT_VERSION =1.0.1
8
+ PROJECT_VERSION =1.0.2
9
9
PROJECT_GITHUB_REPO_URL =https://github.com/nfl/graphql-mediator
10
10
PROJECT_LICENSE_URL =https://github.com/nfl/graphql-mediator/blob/master/LICENSE
You can’t perform that action at this time.
0 commit comments