From 2b9de9e4a29a21d22da57167202bd28f138d6d3c Mon Sep 17 00:00:00 2001 From: KIRCHSTH Date: Fri, 3 Sep 2021 17:37:39 +0200 Subject: [PATCH] #181 Add version information fix 2.3.1.beta1 (3 - fix readme, version) --- C4.puml | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/C4.puml b/C4.puml index afa344b..cc3d9a5 100644 --- a/C4.puml +++ b/C4.puml @@ -3,7 +3,7 @@ 'Version ' ################################## !function C4Version() - !return "2.3.1beta1" + !return "2.4.0beta1" !end function !procedure C4VersionDetails() diff --git a/README.md b/README.md index a982aec..9c3a8f6 100644 --- a/README.md +++ b/README.md @@ -535,10 +535,10 @@ Rel(personAlias, containerAlias, "Label", "Optional Technology") ## Version information -Starting with v.2.3.1beta1 C4-PlantUML offers version information like PlantUML with its `%version()` call. +C4-PlantUML offers version information like PlantUML with its `%version()` call. -* `C4Version()`: Current C4-PlantUML version (e.g. "2.3.1beta1"). -* `C4VersionDetails()`: (Floating) version details with the current PlantUML and C4-PlantUML version (with the alias C4VersionDetailsArea) +* `C4Version()`: Current C4-PlantUML version (e.g. `2.4.0beta1`). +* `C4VersionDetails()`: (Floating) version details with the current PlantUML and C4-PlantUML version. (It can be referenced via the alias `C4VersionDetailsArea`.) ``` @startuml