Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Andersson committed Jan 27, 2022
1 parent 3278949 commit 4f17d38
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -16,7 +16,7 @@ downloadLicenses {

allprojects {
group = 'org.neo4j.procedure'
version = '4.3.0.4'
version = '4.3.0.5'
archivesBaseName = 'apoc'
description = """neo4j-apoc-procedures"""
}
Expand Down
2 changes: 1 addition & 1 deletion docs/asciidoc/antora.yml
Expand Up @@ -8,4 +8,4 @@ asciidoc:
docs-version: "4.3"
branch: "4.3"
apoc-release-absolute: "4.3"
apoc-release: "4.3.0.4"
apoc-release: "4.3.0.5"
2 changes: 1 addition & 1 deletion docs/build.gradle
Expand Up @@ -29,7 +29,7 @@ plugins {
id 'org.neo4j.doc.build.docbook' version '1.0-alpha12'
}

if (!project.hasProperty('apocVersion')) { ext.apocVersion = '4.3.0.4' }
if (!project.hasProperty('apocVersion')) { ext.apocVersion = '4.3.0.5' }

ext {
versionParts = apocVersion.split('-')
Expand Down
2 changes: 1 addition & 1 deletion extra-dependencies/build.gradle
Expand Up @@ -13,7 +13,7 @@ configure(subprojects) {


subprojects {
version = '4.3.0.4'
version = '4.3.0.5'
group = 'org.neo4j.contrib'
}

Expand Down

0 comments on commit 4f17d38

Please sign in to comment.