From dcd6856e2ce5c5a593940bfae175af51c1e8388c Mon Sep 17 00:00:00 2001 From: Muffin Date: Sun, 4 Feb 2024 16:42:18 -0600 Subject: [PATCH] 1.10.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0d0d518a..5221a612 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@turbowarp/packager", - "version": "1.9.2", + "version": "1.10.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@turbowarp/packager", - "version": "1.9.2", + "version": "1.10.0", "license": "Apache-2.0", "dependencies": { "@fiahfy/icns": "0.0.7", diff --git a/package.json b/package.json index 079c94d0..7f60971b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@turbowarp/packager", - "version": "1.9.2", + "version": "1.10.0", "description": "Converts Scratch projects into HTML files, zip archives, or executable programs for Windows, macOS, and Linux.", "main": "dist/packager.js", "scripts": {