From e566df37154ae1970a4a3de49c75fb6aa1c346f3 Mon Sep 17 00:00:00 2001 From: Christopher Willis-Ford <7019101+cwillisf@users.noreply.github.com> Date: Thu, 28 Jan 2021 14:46:53 -0800 Subject: [PATCH] 3.19.2 --- 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 90f3ede..07a794a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "scratch-desktop", - "version": "3.19.1", + "version": "3.19.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0208915..78bf344 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "productName": "Scratch", "description": "Scratch 3.0 as a self-contained desktop application", "author": "Scratch Foundation", - "version": "3.19.1", + "version": "3.19.2", "license": "BSD-3-Clause", "scripts": { "clean": "rimraf ./dist ./static/assets",