Skip to content

Commit 2b9de9e

Browse files
committed
#181 Add version information fix 2.3.1.beta1 (3 - fix readme, version)
1 parent 6600559 commit 2b9de9e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

C4.puml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
'Version
44
' ##################################
55
!function C4Version()
6-
!return "2.3.1beta1"
6+
!return "2.4.0beta1"
77
!end function
88

99
!procedure C4VersionDetails()

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -535,10 +535,10 @@ Rel(personAlias, containerAlias, "Label", "Optional Technology")
535535
536536
## Version information
537537

538-
Starting with v.2.3.1beta1 C4-PlantUML offers version information like PlantUML with its `%version()` call.
538+
C4-PlantUML offers version information like PlantUML with its `%version()` call.
539539

540-
* `C4Version()`: Current C4-PlantUML version (e.g. "2.3.1beta1").
541-
* `C4VersionDetails()`: (Floating) version details with the current PlantUML and C4-PlantUML version (with the alias C4VersionDetailsArea)
540+
* `C4Version()`: Current C4-PlantUML version (e.g. `2.4.0beta1`).
541+
* `C4VersionDetails()`: (Floating) version details with the current PlantUML and C4-PlantUML version. (It can be referenced via the alias `C4VersionDetailsArea`.)
542542

543543
```
544544
@startuml

0 commit comments

Comments
 (0)