From 97e5a3aa8e158e3b28d9143be44ac5a0557316f9 Mon Sep 17 00:00:00 2001 From: Richard Herman Date: Wed, 30 Oct 2024 13:43:34 +0000 Subject: [PATCH] 0.3.8 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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",