From 42fa0bbfe379522cb79c7c323d748ecbde2b4b00 Mon Sep 17 00:00:00 2001 From: PigeonsHouse Date: Tue, 13 Sep 2022 16:29:15 +0900 Subject: [PATCH] =?UTF-8?q?[update]=20=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7?= =?UTF-8?q?=E3=83=B3=E3=81=AE=E8=A8=98=E8=BF=B0=E3=81=AE=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 5 ++++- README.md | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index c337f81..d5fcac1 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -4,5 +4,8 @@ "naka", "nico", "shita" - ] + ], + "yaml.schemas": { + "https://json.schemastore.org/github-workflow.json": "file:///hdd/Documents/C3/NicoCommeDon/.github/workflows/deploy.yml" + } } \ No newline at end of file diff --git a/README.md b/README.md index b9a1722..805844a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# NicoCommeDon v1.1.5 +# NicoCommeDon v1.2.0 ## NicoCommeDonとは? グリーンバック上にMastodonのトゥートがニコニコのコメントみたいに流れていくElectronアプリです. diff --git a/package.json b/package.json index dd3558e..56cb5a2 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": true, "name": "nico-comme-don", "description": "ニコニコのコメントみたいにMastodonの投稿を流すツール", - "version": "1.1.5", + "version": "1.2.0", "author": "Hayato Shiki ", "main": "app/background.js", "scripts": {