diff --git a/package-lock.json b/package-lock.json index 5b6733b3..4d59c614 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vite-plugin-elm", - "version": "3.0.0-0", + "version": "3.0.0-1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vite-plugin-elm", - "version": "3.0.0-0", + "version": "3.0.0-1", "license": "MIT", "dependencies": { "acorn": "^8.0.0", diff --git a/package.json b/package.json index 97c73b3f..367be7da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vite-plugin-elm", - "version": "3.0.0-0", + "version": "3.0.0-1", "description": "Compile Elm with vite", "exports": "./dist/index.js", "type": "module",