From 27f8091a050f5bef2319aed11a6f2d8122ef2d53 Mon Sep 17 00:00:00 2001 From: Wilker Lucio Date: Thu, 30 Apr 2020 10:45:16 -0700 Subject: [PATCH] Bump 1.1.1 --- shells/electron/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shells/electron/package.json b/shells/electron/package.json index d76d2805..5f6ec40f 100644 --- a/shells/electron/package.json +++ b/shells/electron/package.json @@ -1,7 +1,7 @@ { "name": "pathom-viz", "productName": "Pathom Viz", - "version": "1.1.0", + "version": "1.1.1", "description": "Pathom visualization tools for parser development.", "homepage": "https://github.com/wilkerlucio/pathom-viz", "main": "js/background/main.js",