Skip to content

Commit

Permalink
Release 3.4.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jexp committed Apr 17, 2019
1 parent 3d0853f commit 972e0fe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ idea {
}

group = 'org.neo4j.procedure'
version = '3.4.0.5'
version = '3.4.0.6'
archivesBaseName = 'apoc'

jar {
Expand Down Expand Up @@ -228,7 +228,7 @@ asciidoctor {
sources { include 'index.adoc' }
outputDir = file('build/docs')
attributes 'apoc-version' : version,
'apoc-release' : "3.4.0.5",
'apoc-release' : "3.4.0.6",
'neo4j-version' : neo4jVersionEffective,
'branch' : "3.4"
}
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-alpha03'
}

if (!project.hasProperty('apocVersion')) { ext.apocVersion = '3.4.0.5' }
if (!project.hasProperty('apocVersion')) { ext.apocVersion = '3.4.0.6' }

ext {
versionParts = apocVersion.split('-')
Expand Down
2 changes: 1 addition & 1 deletion readme.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
:readme:
:branch: 3.4
:docs: https://neo4j-contrib.github.io/neo4j-apoc-procedures/index34.html
:apoc-release: 3.4.0.5
:apoc-release: 3.4.0.6
:neo4j-version: 3.4.12
:img: https://raw.githubusercontent.com/neo4j-contrib/neo4j-apoc-procedures/{branch}/docs/images

Expand Down

0 comments on commit 972e0fe

Please sign in to comment.