mirror of
https://github.com/mossy1022/Smart-Connections-Visualizer.git
synced 2026-07-22 05:14:43 +00:00
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:
parent
ac61cbba33
commit
2d03c631ec
3 changed files with 12 additions and 11 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
Loading…
Reference in a new issue