diff --git a/manifest.json b/manifest.json index 2fe925cb..785cf888 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "markdown-media-card", "name": "Markdown Media Card", - "version": "1.1.3", + "version": "1.2.0", "minAppVersion": "0.15.0", "description": "Insert media information cards in Markdown, such as books, music, movies, etc.", "author": "Zhou Hua", diff --git a/package.json b/package.json index a033919e..082986fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "markdown-media-card", - "version": "1.1.3", + "version": "1.2.0", "description": "This is a plugin for Obsidian that allows you to insert media information cards in Markdown, such as books, music, movies, etc.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 42727ee1..8f7581f0 100644 --- a/versions.json +++ b/versions.json @@ -3,5 +3,6 @@ "1.1.0": "0.15.0", "1.1.1": "0.15.0", "1.1.2": "0.15.0", - "1.1.3": "0.15.0" + "1.1.3": "0.15.0", + "1.2.0": "0.15.0" } \ No newline at end of file