From 6760f76c13992369ad14baf4651a64013abddc9b Mon Sep 17 00:00:00 2001 From: Erik Demaine Date: Tue, 24 Jan 2023 19:42:56 -0500 Subject: [PATCH] Release 3.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 30551f4..66591c1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "svgtiler", "description": "Tool for drawing diagrams on a grid, combining grids of SVGs into a big SVG figure", - "version": "3.1.0", + "version": "3.1.1", "repository": { "type": "git", "url": "git+https://github.com/edemaine/svgtiler.git"