From e80b6a27a5a6a56ebbe10d10e2ddce62afb2d9ef Mon Sep 17 00:00:00 2001 From: Christopher Willis-Ford Date: Thu, 29 Aug 2019 12:38:48 -0700 Subject: [PATCH] 3.6.0-rc.1 --- 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 5575027..efc11a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "scratch-desktop", - "version": "3.5.2", + "version": "3.6.0-rc.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e87d5ba..f4c8bcc 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.5.2", + "version": "3.6.0-rc.1", "license": "BSD-3-Clause", "scripts": { "start": "electron-webpack dev --bail --display-error-details --env.minify=false",