From be1213da3bd16e6da241f83147b0b5162447747c Mon Sep 17 00:00:00 2001 From: akwizgran <michael@briarproject.org> Date: Mon, 28 Aug 2023 12:11:51 +0100 Subject: [PATCH] Add new release to front page. --- .gitignore | 1 + content/_index.html | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 394e321..53bc6bb 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ public/ resources/ *.swp .idea +.hugo_build.lock diff --git a/content/_index.html b/content/_index.html index 0736254..e53ba57 100644 --- a/content/_index.html +++ b/content/_index.html @@ -1,8 +1,8 @@ --- description: Secure messaging, anywhere title: Secure messaging, anywhere -releaseVersion: 1.5.4 -releaseDate: 8 June 2023 +releaseVersion: 1.5.6 +releaseDate: 28 August 2023 --- <div class="intro"> <ul id="introlist"> -- GitLab