From 4ab66e8647a158cf47a8b40e72e6f9325b9daad7 Mon Sep 17 00:00:00 2001 From: Volker Schukai <volker.schukai@schukai.com> Date: Fri, 1 Jul 2022 21:08:04 +0200 Subject: [PATCH] chore: commit save point --- application/source/defaults.go | 6 +++--- release.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/application/source/defaults.go b/application/source/defaults.go index b959a9b..29f1773 100644 --- a/application/source/defaults.go +++ b/application/source/defaults.go @@ -25,7 +25,7 @@ block-headings: true {{.Privacy}} {{ end}}{{ if .HasMeta }} -## Build +## Overview {{.Meta}} @@ -40,9 +40,9 @@ block-headings: true {{.Items}} {{ end}}{{ if .HasRequirements }} -## Documents +## Requirements -{{.Documents}} +{{.Requirements}} {{ end}} diff --git a/release.json b/release.json index 865dc64..e972d4b 100644 --- a/release.json +++ b/release.json @@ -1,3 +1,3 @@ { - "version": "1.0.37" + "version": "1.0.38" } \ No newline at end of file -- GitLab