diff --git a/package-lock.json b/package-lock.json index 6ded48f..586ba31 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@elgato/schemas", - "version": "0.3.5", + "version": "0.3.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@elgato/schemas", - "version": "0.3.5", + "version": "0.3.6", "license": "MIT", "devDependencies": { "@rollup/plugin-json": "^6.1.0", diff --git a/package.json b/package.json index 3fdcda6..0fb1b8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@elgato/schemas", - "version": "0.3.5", + "version": "0.3.6", "description": "Collection of schemas, and TypeScript declarations, to support the creation and validation of Stream Deck SDK files", "main": "./dist/index.js", "types": "./dist/index.d.ts",