Skip to content

Commit

Permalink
Release 3.2.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jexp committed Feb 23, 2018
1 parent b52c521 commit 55de423
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.3.5'
version = '3.2.3.6'
archivesBaseName = 'apoc'

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

image:https://travis-ci.org/neo4j-contrib/neo4j-apoc-procedures.svg[alt="Travis CI Status", link="https://travis-ci.org/neo4j-contrib/neo4j-apoc-procedures"] image:https://img.shields.io/maven-central/v/org.neo4j.procedure/apoc.svg[alt="Maven status"] image:https://img.shields.io/github/release/neo4j-contrib/neo4j-apoc-procedures.svg[alt="Github release status"] image:https://img.shields.io/github/contributors/neo4j-contrib/neo4j-apoc-procedures.svg[alt="contributor stats"]
Expand Down

0 comments on commit 55de423

Please sign in to comment.