diff --git a/package-lock.json b/package-lock.json index 8f57dbc8..89a3600c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@turbowarp/packager", - "version": "0.7.2", + "version": "0.8.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6b03d324..6ce798ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@turbowarp/packager", - "version": "0.7.2", + "version": "0.8.0", "description": "Converts Scratch projects into HTML files, zip archives, or executable programs for Windows, macOS, and Linux.", "main": "dist/packager.js", "scripts": { @@ -19,7 +19,9 @@ }, "author": "GarboMuffin", "homepage": "https://github.com/TurboWarp/packager#readme", - "keywords": ["scratch"], + "keywords": [ + "scratch" + ], "bugs": { "url": "https://github.com/TurboWarp/packager/issues" },