From 5a22fbd66a4fd6086789ea3f4e733b771a8d49a2 Mon Sep 17 00:00:00 2001 From: Erick Zhao Date: Thu, 3 Jun 2021 12:25:52 -0700 Subject: [PATCH] v0.24.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fec0dae970..4752a5e48e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "electron-fiddle", "productName": "Electron Fiddle", - "version": "0.23.2", + "version": "0.24.0", "description": "The easiest way to get started with Electron", "repository": "https://github.com/electron/fiddle", "main": "./dist/src/main/main",