Bump version to 1.0.1

This commit is contained in:
JLDiaz (m) 2026-05-12 23:49:15 +02:00
parent 51a954da94
commit 95b9bda79b
3 changed files with 3 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{
"id": "copy-text-protocol",
"name": "Copy Text Protocol",
"version": "1.0.0",
"version": "1.0.1",
"minAppVersion": "0.15.0",
"description": "Adds support for copying text to the clipboard using a custom protocol.",
"author": "jldiaz",

View file

@ -1,6 +1,6 @@
{
"name": "copy-text-protocol",
"version": "1.0.0",
"version": "1.0.1",
"description": "A plugin that adds support for copying text via a custom protocol.",
"main": "main.js",
"type": "module",

View file

@ -1,3 +1,4 @@
{
"1.0.1": "0.15.0",
"1.0.0": "0.15.0"
}