From 95b9bda79baba5857aeb6c10e86c541313bc190f Mon Sep 17 00:00:00 2001 From: "JLDiaz (m)" Date: Tue, 12 May 2026 23:49:15 +0200 Subject: [PATCH] Bump version to 1.0.1 --- manifest.json | 2 +- package.json | 2 +- versions.json | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 203709d..e6c55df 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package.json b/package.json index ffe9f76..7cef633 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/versions.json b/versions.json index 26382a1..e30b81d 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,4 @@ { + "1.0.1": "0.15.0", "1.0.0": "0.15.0" }