diff --git a/package-lock.json b/package-lock.json index 0e3831a..8f617a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "scratch-desktop", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8d8a5c0..35668d6 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.0.2", + "version": "1.0.3", "license": "BSD-3-Clause", "scripts": { "start": "electron-webpack dev --bail --display-error-details --env.minify=false",