diff --git a/manifest.json b/manifest.json index ce18aae..51fedfa 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "youtube-template", "name": "YouTube Template", - "version": "1.1.7", + "version": "1.1.8", "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 971bb56..da6b8f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "youtube-templater", - "version": "1.1.7", + "version": "1.1.8", "description": "Helps to fetch youtube videos into your vault.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index e0b1c70..44d7973 100644 --- a/versions.json +++ b/versions.json @@ -16,5 +16,6 @@ "1.1.4": "0.15.0", "1.1.5": "0.15.0", "1.1.6": "0.15.0", - "1.1.7": "0.15.0" + "1.1.7": "0.15.0", + "1.1.8": "0.15.0" }