diff --git a/package-lock.json b/package-lock.json index 139b3b3..571fc61 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "11ty-plugin-giallo", - "version": "0.1.0-beta.2", + "version": "0.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "11ty-plugin-giallo", - "version": "0.1.0-beta.2", + "version": "0.1.0", "license": "EUPL-1.2", "dependencies": { "@bytecodealliance/preview2-shim": "^0.17.6" diff --git a/package.json b/package.json index 86ce073..ea27fb7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "11ty-plugin-giallo", - "version": "0.1.0-beta.2", + "version": "0.1.0", "description": "Eleventy plugin to support TextMate-style syntax highlighting via the Giallo Rust crate.", "keywords": ["eleventy", "eleventy-plugin"], "repository": {