From 49ce75498626de92becb4df1f7a58bf753a19a02 Mon Sep 17 00:00:00 2001 From: "JLDiaz (m)" Date: Wed, 20 May 2026 11:23:14 +0200 Subject: [PATCH] 1.1.3 --- manifest.json | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 71c2b82..680d332 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "id": "copy-text-protocol", "name": "Copy Text Protocol", - "version": "1.1.2", + "version": "1.1.3", "minAppVersion": "0.15.0", "description": "Adds support for copying text to the clipboard using a custom protocol.", "author": "jldiaz", "authorUrl": "", "isDesktopOnly": false -} +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 07e1976..3bf95c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "copy-text-protocol", - "version": "1.1.1", + "version": "1.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "copy-text-protocol", - "version": "1.1.1", + "version": "1.1.3", "license": "0-BSD", "dependencies": { "obsidian": "latest" diff --git a/package.json b/package.json index 80c052c..eb8c028 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "copy-text-protocol", - "version": "1.1.2", + "version": "1.1.3", "description": "A plugin that adds support for copying text via a custom protocol.", "main": "main.js", "type": "module",