From 5e4b892697f62ddca6fba4645299103e00e05626 Mon Sep 17 00:00:00 2001 From: Felix Rieseberg Date: Thu, 19 Nov 2020 14:18:53 -0800 Subject: [PATCH] v0.18.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 82604e4b9a..d1620058d5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "electron-fiddle", "productName": "Electron Fiddle", - "version": "0.17.2", + "version": "0.18.0", "description": "The easiest way to get started with Electron", "repository": "https://github.com/electron/fiddle", "main": "./dist/src/main/main",