diff --git a/package-lock.json b/package-lock.json index 2d5af97..4443f93 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@elgato/schemas", - "version": "0.3.7", + "version": "0.3.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@elgato/schemas", - "version": "0.3.7", + "version": "0.3.8", "license": "MIT", "devDependencies": { "@rollup/plugin-json": "^6.1.0", diff --git a/package.json b/package.json index 9196c7b..b34c221 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@elgato/schemas", - "version": "0.3.7", + "version": "0.3.8", "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",