Skip to content

Commit

Permalink
Version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jexp committed Sep 2, 2020
1 parent ba08a65 commit 048e1a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/Server.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@Grapes([
@Grab('com.sparkjava:spark-core:2.7.2'),
@Grab('org.neo4j.driver:neo4j-java-driver:1.7.2'),
@Grab('org.neo4j:neo4j-graphql-java:1.0.0'),
@Grab('org.neo4j:neo4j-graphql-java:1.0.1'),
@Grab('com.google.code.gson:gson:2.8.5')
])

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<artifactId>neo4j-graphql-java</artifactId>
<name>Neo4j GraphQL Java</name>
<description>GraphQL to Cypher Mapping</description>
<version>1.0.0</version>
<version>1.0.1</version>
<url>http://github.com/neo4j-graphql/neo4j-graphql-java</url>

<licenses>
Expand Down
2 changes: 1 addition & 1 deletion readme.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
= JVM Library to translate GraphQL queries and mutations to Neo4j's Cypher
:version: 1.0.0
:version: 1.0.1
:toc:
:toclevels: 1
:toc-title: Quick Links
Expand Down

0 comments on commit 048e1a4

Please sign in to comment.