diff --git a/package.json b/package.json index a0b37a6..a21b7c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "decky-plugin-template", - "version": "0.2.6", + "version": "0.2.7", "description": "A template to quickly create decky plugins from scratch, based on TypeScript and webpack", "scripts": { "build": "shx rm -rf dist && rollup -c",