diff --git a/manifest.json b/manifest.json index c791bd2..da583f4 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "micropub-publish-plugin", "name": "Micropub", - "version": "2.0.0", + "version": "2.1.0", "minAppVersion": "0.15.0", "description": "Publish notes to your own site with Micropub", "author": "Inhji", diff --git a/package-lock.json b/package-lock.json index 7e37ea7..e2c024d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "microblog-publish-plugin", - "version": "2.0.0", + "version": "2.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "microblog-publish-plugin", - "version": "2.0.0", + "version": "2.1.0", "license": "MIT", "devDependencies": { "@types/node": "^18.0.0", diff --git a/versions.json b/versions.json index 7b21f01..8112ebe 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { "1.6.0": "0.15.0", - "2.0.0": "0.15.0" + "2.0.0": "0.15.0", + "2.1.0": "0.15.0" } \ No newline at end of file