Skip to content

Commit 035c431

Browse files
committed
Version 1.1.0
1 parent 0660de0 commit 035c431

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/Server.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
@Grapes([
33
@Grab('com.sparkjava:spark-core:2.7.2'),
44
@Grab('org.neo4j.driver:neo4j-java-driver:1.7.2'),
5-
@Grab('org.neo4j:neo4j-graphql-java:1.0.1'),
5+
@Grab('org.neo4j:neo4j-graphql-java:1.1.0'),
66
@Grab('com.google.code.gson:gson:2.8.5')
77
])
88

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<artifactId>neo4j-graphql-java</artifactId>
99
<name>Neo4j GraphQL Java</name>
1010
<description>GraphQL to Cypher Mapping</description>
11-
<version>1.0.1</version>
11+
<version>1.1.0</version>
1212
<url>http://github.com/neo4j-graphql/neo4j-graphql-java</url>
1313

1414
<licenses>

readme.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
= JVM Library to translate GraphQL queries and mutations to Neo4j's Cypher
2-
:version: 1.0.1
2+
:version: 1.1.0
33
:toc:
44
:toclevels: 1
55
:toc-title: Quick Links

0 commit comments

Comments
 (0)