From 31bf44aa93515fa70458b5983c321660f2ae4fba Mon Sep 17 00:00:00 2001 From: GarboMuffin Date: Tue, 20 Jun 2023 19:06:39 -0500 Subject: [PATCH] 1.8.0 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 410a3a56..e097381f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@turbowarp/packager", - "version": "1.7.0", + "version": "1.8.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 75dccdf7..d240a49a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@turbowarp/packager", - "version": "1.7.0", + "version": "1.8.0", "description": "Converts Scratch projects into HTML files, zip archives, or executable programs for Windows, macOS, and Linux.", "main": "dist/packager.js", "scripts": {