Skip to content

Commit a9c35c2

Browse files
committed
Set version (match ArchiMate specification) and update stdlib readme
1 parent 6b68909 commit a9c35c2

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

dist/plantuml-stdlib/stdlib/archimate/Archimate.puml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
' Version
44
'######################################
55
!function ArchimateVersion()
6-
!$archimateVersion = "2.2.0alpha5"
6+
!$archimateVersion = "3.2.0"
77
!return $archimateVersion
88
!endfunction
99

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
---
22
name: archimate
33
display_name: Archimate
4-
description:
4+
description: PlantUML support for Archimate diagrams
55
author:
6-
version: 1.1.0
6+
version: 2.2.0
77
release:
8-
license:
8+
license: MIT
99
source: https://github.com/plantuml-stdlib/Archimate-PlantUML
1010
origin:
1111
---
1212

13-
Information about the `archimate` Standard Library.
13+
The `archimate` Standard Library provides icons and macros to simplify the creation of diagrams that meet
14+
the ArchiMate 3.2 specification.
15+
16+
PlantUML has built-in support, to activate use `!include <archimate/Archimate>`. For more information, see
17+
https://github.com/plantuml-stdlib/Archimate-PlantUML

0 commit comments

Comments
 (0)