From a1320b921c1f11ef462289a1a15ff77ffd9f7eca Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 27 Dec 2021 13:34:18 +0000 Subject: [PATCH] chore(release): 0.1.1 [skip ci] ## [0.1.1](https://github.com/midi-mixer/plugin-obs/compare/v0.1.0...v0.1.1) (2021-12-27) --- package-lock.json | 2 +- package.json | 2 +- plugin.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7e97d3e..faec34f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "com.midi-mixer.obs", - "version": "1.0.0", + "version": "0.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 32a3413..a09cae4 100644 --- a/package.json +++ b/package.json @@ -36,5 +36,5 @@ "node": "14.15.4", "npm": "6.14.11" }, - "version": "1.0.0" + "version": "0.1.1" } diff --git a/plugin.json b/plugin.json index 168ffd8..d6b35ca 100644 --- a/plugin.json +++ b/plugin.json @@ -1,6 +1,6 @@ { "$schema": "./node_modules/midi-mixer-plugin/plugin.schema.json", - "version": "1.0.0", + "version": "0.1.1", "id": "com.midi-mixer.obs", "name": "OBS", "main": "dist/index.html", @@ -29,4 +29,4 @@ } }, "author": "MIDI Mixer" -} +} \ No newline at end of file