From 80b496ea1732e5a1b789f63b9ef724c4d9d815bd Mon Sep 17 00:00:00 2001 From: sundevista Date: Sat, 18 May 2024 16:12:50 +0300 Subject: [PATCH] ci: new version (1.1.1) --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 383b855..7e11586 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "youtube-template", "name": "YouTube Template", - "version": "1.1.0", + "version": "1.1.1", "minAppVersion": "0.15.0", "description": "A plugin that would help you to fetch YouTube videos data into your vault.", "author": "sundevista", diff --git a/package.json b/package.json index 590015a..4f44623 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "youtube-templater", - "version": "1.1.0", + "version": "1.1.1", "description": "Helps to fetch youtube videos into your vault.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 71595a2..82fa864 100644 --- a/versions.json +++ b/versions.json @@ -9,5 +9,6 @@ "1.0.7": "0.15.0", "1.0.8": "0.15.0", "1.0.9": "0.15.0", - "1.1.0": "0.15.0" + "1.1.0": "0.15.0", + "1.1.1": "0.15.0" }