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