From 3ca571bf2a7fdab066791e4c86ce92d5fc628eb0 Mon Sep 17 00:00:00 2001 From: Mossy1022 Date: Thu, 6 Jun 2024 02:26:43 -0400 Subject: [PATCH] updating version patch to 1.0.2 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index ca5fe3e..8337aaa 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "smart-connections-visualizer", "name": "Smart Connections Visualizer", - "version": "1.0.1", + "version": "1.0.2", "minAppVersion": "0.15.0", "description": "A plugin that allows you to view your Smart Connections in a visualized format.", "author": "Evan Moscoso", diff --git a/package.json b/package.json index 3e1329c..5b09510 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "smart-connections-visualizer", - "version": "1.0.1", + "version": "1.0.2", "description": "A plugin that allows you to view your Smart Connections in a visualized format.", "main": "main.js", "scripts": {