update versions

This commit is contained in:
Inhji 2023-06-11 18:02:44 +02:00
parent 9f63a40eca
commit c5662ffe06
3 changed files with 5 additions and 4 deletions

View File

@ -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",

4
package-lock.json generated
View File

@ -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",

View File

@ -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"
}