From 8e42b38ee13352b9d1a44979ea25eded0a709e36 Mon Sep 17 00:00:00 2001 From: AlexicaWright <49636617+AlexicaWright@users.noreply.github.com> Date: Wed, 11 Oct 2023 16:05:19 +0200 Subject: [PATCH 1/2] bump version to 4.4.26 --- antora.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/antora.yml b/antora.yml index df560be3..f998ab58 100644 --- a/antora.yml +++ b/antora.yml @@ -8,5 +8,5 @@ asciidoc: attributes: page-origin-private: false neo4j-version: '4.4' - neo4j-version-exact: '4.4.0' + neo4j-version-exact: '4.4.26' neo4j-buildnumber: '4.4' From 629fac96240a06ef19bed7aad371fbef099e7dae Mon Sep 17 00:00:00 2001 From: AlexicaWright <49636617+AlexicaWright@users.noreply.github.com> Date: Wed, 11 Oct 2023 16:07:53 +0200 Subject: [PATCH 2/2] update ui bundle --- preview.yml | 2 +- publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/preview.yml b/preview.yml index 9edc12d7..dcb1f10a 100644 --- a/preview.yml +++ b/preview.yml @@ -14,7 +14,7 @@ content: - '!**/README.adoc' ui: bundle: - url: https://s3-eu-west-1.amazonaws.com/static-content.neo4j.com/build/ui-bundle-latest.zip + url: https://static-content.neo4j.com/build/ui-bundle-latest.zip snapshot: true output_dir: /assets diff --git a/publish.yml b/publish.yml index 8af7daa1..0cbdfc8a 100644 --- a/publish.yml +++ b/publish.yml @@ -14,7 +14,7 @@ content: - '!**/README.adoc' ui: bundle: - url: https://s3-eu-west-1.amazonaws.com/static-content.neo4j.com/build/ui-bundle-latest.zip + url: https://static-content.neo4j.com/build/ui-bundle-latest.zip snapshot: true output_dir: /assets