This commit is contained in:
Christopher Willis-Ford 2020-08-14 13:13:26 -07:00
parent ea650178cd
commit 1c18c98282
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "scratch-desktop",
"version": "3.13.1",
"version": "3.14.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

@ -3,7 +3,7 @@
"productName": "Scratch Desktop",
"description": "Scratch 3.0 as a self-contained desktop application",
"author": "Scratch Foundation",
"version": "3.13.1",
"version": "3.14.0",
"license": "BSD-3-Clause",
"scripts": {
"clean": "rimraf ./dist ./static/assets && node ./scripts/npm-in-gui.js run clean",