From 397b8813fbbfef1fea708f43514c9de7ff5fff9b Mon Sep 17 00:00:00 2001 From: windyakin Date: Sat, 3 Jun 2023 17:06:15 +0900 Subject: [PATCH] Bump up to v1.1.2 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",