diff --git a/package-lock.json b/package-lock.json index 14618e9..c33a83a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-desktop", - "version": "3.30.1", + "version": "3.30.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "scratch-desktop", - "version": "3.30.1", + "version": "3.30.2", "license": "BSD-3-Clause", "dependencies": { "source-map-support": "^0.5.19" diff --git a/package.json b/package.json index efff364..92eb815 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.30.1", + "version": "3.30.2", "license": "BSD-3-Clause", "scripts": { "clean": "rimraf ./dist ./static/assets",