Skip to content

Commit

Permalink
Release version 3.2.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jexp committed Oct 22, 2017
1 parent 028c5bb commit e3b99a8
Show file tree
Hide file tree
Showing 2 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.2.0.5'
version = '3.2.3.5'
archivesBaseName = 'apoc'

jar {
Expand Down Expand Up @@ -124,7 +124,7 @@ asciidoctor {
sources { include 'index.adoc' }
outputDir = file('build/docs')
attributes 'apoc-version' : version,
'apoc-release' : "3.2.0.5",
'apoc-release' : "3.2.3.5",
'neo4j-version' : neo4jVersionEffective,
'branch' : "3.2"
}
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: 3.2
:docs: https://neo4j-contrib.github.io/neo4j-apoc-procedures/index32.html
:apoc-release: 3.2.0.5
:apoc-release: 3.2.3.5
:neo4j-version: 3.2.5
:img: https://raw.githubusercontent.com/neo4j-contrib/neo4j-apoc-procedures/{branch}/docs/img

Expand Down Expand Up @@ -86,7 +86,7 @@ Any version to be released after 1.1.0 will use a different, consistent versioni
|===
|apoc version | neo4j version
| http://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/3.3.0.1[3.3.0.1] | 3.3.0 (3.3.x)
| http://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/3.2.0.5[3.2.0.5] | 3.2.3 (3.2.x)
| http://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/3.2.3.5[3.2.3.5] | 3.2.3 (3.2.x)
| http://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/3.2.0.4[3.2.0.4] | 3.2.2
| http://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/3.2.0.3[3.2.0.3] | 3.2.0
| http://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/3.1.3.9[3.1.3.9] | 3.1.6 (3.1.x)
Expand Down

0 comments on commit e3b99a8

Please sign in to comment.