diff --git a/manifest.json b/manifest.json index a7141c1..ebeffd7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "marp", "name": "Marp", - "version": "1.2.1", + "version": "1.3.0", "minAppVersion": "1.0.0", "description": "Plugin for using Marp on Obsidian.", "author": "JichouP", diff --git a/package-lock.json b/package-lock.json index 0eebfe1..acf860d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-marp-plugin", - "version": "1.2.1", + "version": "1.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-marp-plugin", - "version": "1.2.1", + "version": "1.3.0", "license": "MIT", "dependencies": { "@marp-team/marp-core": "^3.5.0", diff --git a/package.json b/package.json index 957a03c..f8c118d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-marp-plugin", - "version": "1.2.1", + "version": "1.3.0", "description": "Plugin for using Marp on Obsidian", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index ff458f7..99e1cc6 100644 --- a/versions.json +++ b/versions.json @@ -6,5 +6,6 @@ "1.1.0": "1.0.0", "1.1.1": "1.0.0", "1.2.0": "1.0.0", - "1.2.1": "1.0.0" + "1.2.1": "1.0.0", + "1.3.0": "1.0.0" } \ No newline at end of file