diff --git a/manifest.json b/manifest.json index 5585ba6..e111c12 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "marp", "name": "Marp", - "version": "1.4.0", + "version": "1.4.1", "minAppVersion": "1.0.0", "description": "Plugin for using Marp on Obsidian.", "author": "JichouP", diff --git a/package-lock.json b/package-lock.json index 06d9974..edbf221 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-marp-plugin", - "version": "1.4.0", + "version": "1.4.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-marp-plugin", - "version": "1.4.0", + "version": "1.4.1", "license": "MIT", "dependencies": { "@marp-team/marp-core": "^3.5.0", diff --git a/package.json b/package.json index de6de35..8671131 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-marp-plugin", - "version": "1.4.0", + "version": "1.4.1", "description": "Plugin for using Marp on Obsidian", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 992ed22..f3e9664 100644 --- a/versions.json +++ b/versions.json @@ -9,5 +9,6 @@ "1.2.1": "1.0.0", "1.3.0": "1.0.0", "1.3.1": "1.0.0", - "1.4.0": "1.0.0" + "1.4.0": "1.0.0", + "1.4.1": "1.0.0" } \ No newline at end of file