Skip to content

Commit

Permalink
bump verson
Browse files Browse the repository at this point in the history
  • Loading branch information
mneedham committed May 14, 2020
1 parent c77ebb9 commit f877973
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ java {
}

group = 'org.neo4j.procedure'
version = '4.0.0.11'
version = '4.0.0.12'
archivesBaseName = 'apoc'
description = """neo4j-apoc-procedures"""

Expand Down
2 changes: 1 addition & 1 deletion docs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ plugins {
id 'org.neo4j.doc.build.docbook' version '1.0-alpha12'
}

if (!project.hasProperty('apocVersion')) { ext.apocVersion = '4.0.0.11' }
if (!project.hasProperty('apocVersion')) { ext.apocVersion = '4.0.0.12' }

ext {
versionParts = apocVersion.split('-')
Expand Down
2 changes: 1 addition & 1 deletion extra-dependencies/nlp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ java {
}

group = 'org.neo4j.contrib'
version = '4.0.0.11'
version = '4.0.0.12'
archivesBaseName = 'apoc-nlp-dependencies'
description = """APOC NLP Dependencies"""

Expand Down
4 changes: 2 additions & 2 deletions readme.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
:readme:
:branch: 4.0
:docs: https://neo4j.com/docs/labs/apoc/current
:apoc-release: 4.0.0.11
:apoc-release: 4.0.0.12
:neo4j-version: 4.0.0
:img: https://raw.githubusercontent.com/neo4j-contrib/neo4j-apoc-procedures/{branch}/docs/images

Expand Down Expand Up @@ -182,7 +182,7 @@ The trailing `<apoc>` part of the version number will be incremented with every
[opts=header]
|===
|apoc version | neo4j version
| http://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/4.0.0.11[4.0.0.11#^] | 4.0.4 (4.0.x)
| http://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/4.0.0.12[4.0.0.11#^] | 4.0.4 (4.0.x)
| http://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/3.5.0.11[3.5.0.11^] | 3.5.16 (3.5.x)
| http://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/3.4.0.4[3.4.0.6^] | 3.4.12 (3.4.x)
| http://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/3.3.0.4[3.3.0.4^] | 3.3.6 (3.3.x)
Expand Down

0 comments on commit f877973

Please sign in to comment.