diff --git a/manifest.json b/manifest.json index 1497738..5a578be 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "Streaming+ sequencer", - "version": "1.1.1", + "version": "1.1.2", "description": "Streaming+にシーケンスボタンを追加します", "icons": { "48": "icons/icon48.png", diff --git a/package.json b/package.json index 52dba9e..9a80fed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "streaming-plus-sequencer", - "version": "1.1.1", + "version": "1.1.2", "private": true, "scripts": { "build": "ts-node -T build.ts --firefox --chrome",