Skip to content

Commit

Permalink
Release 3.1.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jexp committed Feb 23, 2018
1 parent 365698c commit b43ac79
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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.1.3.8'
version = '3.1.3.9'
archivesBaseName = 'apoc'

jar {
Expand All @@ -36,7 +36,7 @@ jar {
description = """neo4j-apoc-procedures"""

ext {
neo4jVersion = "3.1.5"
neo4jVersion = "3.1.6"
}

repositories {
Expand Down Expand Up @@ -122,7 +122,7 @@ asciidoctor {
sources { include 'index.adoc' }
outputDir = file('build/docs')
attributes 'apoc-version' : version,
'apoc-release' : "3.1.3.8",
'apoc-release' : "3.1.3.9",
'neo4j-version' : neo4jVersion,
'branch' : "3.1"
}
Expand Down
4 changes: 2 additions & 2 deletions readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
:branch: 3.1
:img: https://raw.githubusercontent.com/neo4j-contrib/neo4j-apoc-procedures/{branch}/docs/img
:docs: https://neo4j-contrib.github.io/neo4j-apoc-procedures/index31.html
:apoc-release: 3.1.3.8
:neo4j-version: 3.1.5
:apoc-release: 3.1.3.9
:neo4j-version: 3.1.6

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 b43ac79

Please sign in to comment.