From 4f5a14afeb6089aa0b468a0f92471270e74dae89 Mon Sep 17 00:00:00 2001 From: Christopher Willis-Ford <7019101+cwillisf@users.noreply.github.com> Date: Fri, 9 Oct 2020 16:50:57 -0700 Subject: [PATCH] 3.17.0 --- 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 8f76a5e..7ad2634 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "scratch-desktop", - "version": "3.16.1", + "version": "3.17.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 83e1291..3d67f98 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.16.1", + "version": "3.17.0", "license": "BSD-3-Clause", "scripts": { "clean": "rimraf ./dist ./static/assets",