Skip to content

Commit

Permalink
Release 3.2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jexp committed Jul 21, 2017
1 parent 9f97a8e commit 23065dd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -32,13 +32,13 @@ idea {
}

group = 'org.neo4j.procedure'
version = '3.2.0.3'
version = '3.2.0.4'
archivesBaseName = 'apoc'

description = """neo4j-apoc-procedures"""

ext {
neo4jVersion = "3.2.0"
neo4jVersion = "3.2.2"
}

repositories {
Expand Down
10 changes: 6 additions & 4 deletions readme.adoc
@@ -1,8 +1,8 @@
:readme:
:branch: 3.2
:docs: https://neo4j-contrib.github.io/neo4j-apoc-procedures/index32.html
:apoc-release: 3.2.0.3
:neo4j-version: 3.2.0
:apoc-release: 3.2.0.4
:neo4j-version: 3.2.2
: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 Expand Up @@ -85,8 +85,10 @@ Any version to be released after 1.1.0 will use a different, consistent versioni
[options=headers]
|===
|apoc version | neo4j version
| http://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/3.2.0.3[3.2.0.3] | 3.2.0 (3.2.x)
| http://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/3.1.3.7[3.1.3.7] | 3.1.4 (3.1.x)
| http://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/3.2.0.4[3.2.0.4] | 3.2.2 (3.2.x)
| 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.8[3.1.3.8] | 3.1.5 (3.1.x)
| http://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/3.1.3.7[3.1.3.7] | 3.1.4
| http://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/3.1.2.5[3.1.2.5] | 3.1.2
| http://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/3.1.0.4[3.1.0.4] | 3.1.0-3.1.1
| http://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/3.0.8.6[3.0.8.6] | 3.0.5-3.0.9 (3.0.x)
Expand Down

0 comments on commit 23065dd

Please sign in to comment.