diff --git a/manifest.json b/manifest.json index 3f75c45..b242acb 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "longform", "name": "Longform", - "version": "2.0.6", + "version": "2.0.7", "minAppVersion": "1.0", "description": "Write novels, screenplays, and other long projects in Obsidian.", "author": "Kevin Barrett", diff --git a/package-lock.json b/package-lock.json index 4c47e8f..ab3cf83 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "longform", - "version": "2.0.6", + "version": "2.0.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "longform", - "version": "2.0.6", + "version": "2.0.7", "license": "SEE LICENSE IN LICENSE.md", "dependencies": { "@popperjs/core": "^2.11.2", diff --git a/package.json b/package.json index dd89187..8ed560a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "longform", - "version": "2.0.6", + "version": "2.0.7", "description": "Write novels, screenplays, and other long projects in Obsidian (https://obsidian.md).", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 2d0788d..64a6350 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "2.0.7": "1.3.5", "2.0.6": "1.3.5", "2.0.5": "1.1.9", "2.0.4": "1.1.9",