From 2d03c631ec05fc0e8cacc8949daeadc0b0c92171 Mon Sep 17 00:00:00 2001 From: Mossy426 Date: Tue, 6 Jan 2026 13:07:58 -0500 Subject: [PATCH] Update version to 1.0.27 in manifest.json and package.json; add version 1.0.26 to versions.json --- manifest.json | 18 +++++++++--------- package.json | 2 +- versions.json | 3 ++- 3 files changed, 12 insertions(+), 11 deletions(-) diff --git a/manifest.json b/manifest.json index 27be061..be55f6f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,11 @@ { - "id": "smart-connections-visualizer", - "name": "Smart Connections Visualizer", - "version": "1.0.26", - "minAppVersion": "0.15.0", - "description": "View your Smart Connections in a visualized format.", - "author": "Evan Moscoso", - "authorUrl": "https://github.com/mossy1022", - "fundingUrl": "https://buymeacoffee.com/evansoasis", - "isDesktopOnly": true + "id": "smart-connections-visualizer", + "name": "Smart Connections Visualizer", + "version": "1.0.27", + "minAppVersion": "0.15.0", + "description": "View your Smart Connections in a visualized format.", + "author": "Evan Moscoso", + "authorUrl": "https://github.com/mossy1022", + "fundingUrl": "https://buymeacoffee.com/evansoasis", + "isDesktopOnly": true } \ No newline at end of file diff --git a/package.json b/package.json index 2456456..2517d69 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "smart-connections-visualizer", - "version": "1.0.26", + "version": "1.0.27", "description": "A plugin that allows you to view your Smart Connections in a visualized format.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 66cf6b6..ecf350f 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,6 @@ { "1.0.0": "0.15.0", "1.0.24": "0.15.0", - "1.0.25": "0.15.0" + "1.0.25": "0.15.0", + "1.0.26": "0.15.0" } \ No newline at end of file