Update version to 1.0.27 in manifest.json and package.json; add version 1.0.26 to versions.json

This commit is contained in:
Mossy426 2026-01-06 13:07:58 -05:00
parent ac61cbba33
commit 2d03c631ec
3 changed files with 12 additions and 11 deletions

View file

@ -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
}

View file

@ -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": {

View file

@ -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"
}