mirror of
https://github.com/jldiaz/copy-protocol-plugin.git
synced 2026-07-22 06:56:55 +00:00
1.1.6
This commit is contained in:
parent
d74842f728
commit
31fba5e798
3 changed files with 4 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": "copy-text-protocol",
|
"id": "copy-text-protocol",
|
||||||
"name": "Copy Text Protocol",
|
"name": "Copy Text Protocol",
|
||||||
"version": "1.1.5",
|
"version": "1.1.6",
|
||||||
"minAppVersion": "0.15.0",
|
"minAppVersion": "0.15.0",
|
||||||
"description": "Adds support for copying text to the clipboard using a custom protocol.",
|
"description": "Adds support for copying text to the clipboard using a custom protocol.",
|
||||||
"author": "jldiaz",
|
"author": "jldiaz",
|
||||||
|
|
|
||||||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "copy-text-protocol",
|
"name": "copy-text-protocol",
|
||||||
"version": "1.1.5",
|
"version": "1.1.6",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "copy-text-protocol",
|
"name": "copy-text-protocol",
|
||||||
"version": "1.1.5",
|
"version": "1.1.6",
|
||||||
"license": "0-BSD",
|
"license": "0-BSD",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"obsidian": "latest"
|
"obsidian": "latest"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "copy-text-protocol",
|
"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.",
|
"description": "A plugin that adds support for copying text via a custom protocol.",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue