Skip to content

Commit

Permalink
Merge pull request #76 from pahles/master
Browse files Browse the repository at this point in the history
Update to PlantUML 1.2022.5
  • Loading branch information
jvantuyl committed Jul 2, 2022
2 parents 8056021 + 7d32d9c commit a3f5c96
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file removed diagram/plantuml.1.2018.1.jar
Binary file not shown.
Binary file added diagram/plantuml.1.2022.5.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions diagram/plantuml.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ def _generate(self):

class PlantUMLProcessor(BaseProcessor):
DIAGRAM_CLASS = PlantUMLDiagram
PLANTUML_VERSION = '1.2018.1'
PLANTUML_VERSION_STRING = 'PlantUML version 1.2018.01'
PLANTUML_VERSION = '1.2022.5'
PLANTUML_VERSION_STRING = 'PlantUML version 1.2022.5'

def load(self):
self.check_dependencies()
Expand Down

0 comments on commit a3f5c96

Please sign in to comment.