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" }