Skip to content

Commit

Permalink
bump versiosn
Browse files Browse the repository at this point in the history
  • Loading branch information
mneedham committed Jan 27, 2020
1 parent 45ce626 commit 1c24234
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ java {

group = 'org.neo4j.procedure'
//version = '4.0.0.1-SNAPSHOT'
version = '4.0.0.0'
version = '4.0.0.1'
archivesBaseName = 'apoc'
description = """neo4j-apoc-procedures"""

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-alpha12'
}

if (!project.hasProperty('apocVersion')) { ext.apocVersion = '4.0.0.0' }
if (!project.hasProperty('apocVersion')) { ext.apocVersion = '4.0.0.1' }

ext {
versionParts = apocVersion.split('-')
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: 4.0
:docs: https://neo4j.com/docs/labs/apoc/current
:apoc-release: 4.0.0.0
:neo4j-version: 4.0.0-beta03rm03
:apoc-release: 4.0.0.1
:neo4j-version: 4.0.0
:img: https://raw.githubusercontent.com/neo4j-contrib/neo4j-apoc-procedures/{branch}/docs/images

= Awesome Procedures for Neo4j {branch}.x
Expand Down

0 comments on commit 1c24234

Please sign in to comment.