From 36f40ff82a746c7f157bcd1a4d839bedf59995f6 Mon Sep 17 00:00:00 2001 From: sundevista Date: Sun, 21 Jul 2024 00:05:43 +0300 Subject: [PATCH] ci: new version (1.1.7) --- 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 622a851..ce18aae 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "youtube-template", "name": "YouTube Template", - "version": "1.1.6", + "version": "1.1.7", "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 14f603f..971bb56 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "youtube-templater", - "version": "1.1.6", + "version": "1.1.7", "description": "Helps to fetch youtube videos into your vault.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 4855e89..e0b1c70 100644 --- a/versions.json +++ b/versions.json @@ -15,5 +15,6 @@ "1.1.3": "0.15.0", "1.1.4": "0.15.0", "1.1.5": "0.15.0", - "1.1.6": "0.15.0" + "1.1.6": "0.15.0", + "1.1.7": "0.15.0" }