From 8ce7d97f832c6f913f01c9a4a0817f56a3ae7ca2 Mon Sep 17 00:00:00 2001 From: Erick Zhao Date: Wed, 10 Feb 2021 09:49:48 -0800 Subject: [PATCH] chore: 0.20.0 (#579) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1600cc60ba..6c5722ca64 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "electron-fiddle", "productName": "Electron Fiddle", - "version": "0.19.0", + "version": "0.20.0", "description": "The easiest way to get started with Electron", "repository": "https://github.com/electron/fiddle", "main": "./dist/src/main/main",