From 31fba5e798e1d55f128768d8602eb3000bfcb34a Mon Sep 17 00:00:00 2001 From: "JLDiaz (m)" Date: Thu, 21 May 2026 21:01:55 +0200 Subject: [PATCH] 1.1.6 --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 1d71119..a01566e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "copy-text-protocol", "name": "Copy Text Protocol", - "version": "1.1.5", + "version": "1.1.6", "minAppVersion": "0.15.0", "description": "Adds support for copying text to the clipboard using a custom protocol.", "author": "jldiaz", diff --git a/package-lock.json b/package-lock.json index 9c4fc86..78ed618 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "copy-text-protocol", - "version": "1.1.5", + "version": "1.1.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "copy-text-protocol", - "version": "1.1.5", + "version": "1.1.6", "license": "0-BSD", "dependencies": { "obsidian": "latest" diff --git a/package.json b/package.json index c971f22..85b356e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "copy-text-protocol", - "version": "1.1.5", + "version": "1.1.6", "description": "A plugin that adds support for copying text via a custom protocol.", "main": "main.js", "type": "module",