From cfef4a52fb9b9b459fd52acbdc795e926809ceaa Mon Sep 17 00:00:00 2001 From: Rohan Talip Date: Sat, 19 Sep 2020 22:54:34 -0700 Subject: [PATCH] Changed plantumlVersion to 1.2020.17 - This is currently the latest version. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6eeae2a..d49d968 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "node-plantuml", "version": "0.9.0", - "plantumlVersion": "1.2020.7", + "plantumlVersion": "1.2020.17", "description": "A Node.js module and CLI for running PlantUML", "main": "index.js", "author": "Markus Hedvall ",