diff --git a/manifest.json b/manifest.json index 5042c60..9f89450 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "longform", "name": "Longform", - "version": "2.0.1", + "version": "2.0.2", "minAppVersion": "1.0", "description": "Write novels, screenplays, and other long projects in Obsidian.", "author": "Kevin Barrett", diff --git a/package.json b/package.json index 55d047d..743537b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "longform", - "version": "2.0.1", + "version": "2.0.2", "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 8dfa115..d388884 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "2.0.2": "1.0", "2.0.1": "1.0", "2.0.0": "1.0", "1.1.0": "0.12.11",