This commit is contained in:
JLDiaz (m) 2026-05-21 17:11:19 +02:00
parent ee3132cdf4
commit 0ba3ace762
3 changed files with 4 additions and 4 deletions

View file

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

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "copy-text-protocol",
"version": "1.1.3",
"version": "1.1.4",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "copy-text-protocol",
"version": "1.1.3",
"version": "1.1.4",
"license": "0-BSD",
"dependencies": {
"obsidian": "latest"

View file

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