From cdfdbbfba401067f0af49fd7daf125764c877c9e Mon Sep 17 00:00:00 2001 From: Christopher Willis-Ford Date: Mon, 24 Jun 2019 14:28:46 -0700 Subject: [PATCH] 3.4.0-rc.3 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1875313..fdae524 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "scratch-desktop", - "version": "3.4.0-rc.2", + "version": "3.4.0-rc.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2dccd5d..da3ff2e 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "productName": "Scratch Desktop", "description": "Scratch 3.0 as a self-contained desktop application", "author": "Scratch Foundation", - "version": "3.4.0-rc.2", + "version": "3.4.0-rc.3", "license": "BSD-3-Clause", "scripts": { "start": "electron-webpack dev --bail --display-error-details --env.minify=false",