Skip to content

Commit

Permalink
Merge branch 'feature/342' into extended
Browse files Browse the repository at this point in the history
  • Loading branch information
kirchsth committed Mar 21, 2024
2 parents c4be7c7 + 451e337 commit fc2587a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions C4.puml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
' ##################################
!function C4Version()
' 2 spaces and ' are used as unique marker, that the release scripts makes the correct version update
!$c4Version = "2.9.0extended--fixedAddNodeTag"
!$c4Version = "2.10.0extended"
!return $c4Version
!end function

Expand Down Expand Up @@ -729,7 +729,7 @@ $elementSkin
!elseif ($borderStyle == $SOLID_LINE)
!$tagDetails = $tagDetails + $LEGEND_SOLID_LINE + ", "
!else
!$tagDetails = $tagDetails + $lineStyle + ", "
!$tagDetails = $tagDetails + $borderStyle + ", "
!endif
!endif
!if ($borderThickness != "")
Expand Down

0 comments on commit fc2587a

Please sign in to comment.