Bump to Version 2.0.0

This commit is contained in:
Inhji 2023-06-10 08:46:10 +02:00
parent e0d39e6729
commit e0aa22074b
3 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{
"id": "micropub-publish-plugin",
"name": "Micropub",
"version": "1.6.0",
"version": "2.0.0",
"minAppVersion": "0.15.0",
"description": "Publish notes to your own site with Micropub",
"author": "Inhji",

View File

@ -1,6 +1,6 @@
{
"name": "microblog-publish-plugin",
"version": "1.6.0",
"version": "2.0.0",
"description": "Publish Note to Micro.blog",
"main": "main.js",
"scripts": {

View File

@ -1,3 +1,4 @@
{
"1.6.0": "0.15.0"
"1.6.0": "0.15.0",
"2.0.0": "0.15.0"
}