diff --git a/package-lock.json b/package-lock.json index 717212a..37bdf2c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "scratch-desktop", - "version": "1.1.1", + "version": "1.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4d3d961..792bedc 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": "Massachusetts Institute of Technology", - "version": "1.1.1", + "version": "1.2.0", "license": "BSD-3-Clause", "scripts": { "start": "electron-webpack dev --bail --display-error-details --env.minify=false",