diff --git a/package-lock.json b/package-lock.json index edba64c..da1d427 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@turbowarp/sb3fix", - "version": "0.0.1", + "version": "0.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@turbowarp/sb3fix", - "version": "0.0.1", + "version": "0.1.0", "license": "MPL-2.0", "dependencies": { "jszip": "^3.10.1" diff --git a/package.json b/package.json index 6c2b5e2..26d3165 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@turbowarp/sb3fix", - "version": "0.0.1", + "version": "0.1.0", "description": "Fix corrupted Scratch projects", "main": "src/sb3fix.js", "scripts": {