diff --git a/package-lock.json b/package-lock.json index 82e853a..800a116 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "scratch-desktop", - "version": "3.12.0", + "version": "3.13.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 12a389a..02cea5f 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.12.0", + "version": "3.13.0", "license": "BSD-3-Clause", "scripts": { "clean": "rimraf ./dist ./static/assets && node ./scripts/npm-in-gui.js run clean",