From 654c98625278235635ee7456abd419b4f0b2fe11 Mon Sep 17 00:00:00 2001 From: ken Date: Fri, 25 Oct 2024 13:18:01 +0800 Subject: [PATCH] For bug fix release 1.1.7 --- manifest.json | 2 +- src/main.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index e89d59e..23cd74d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "tags-routes", "name": "Tags Routes", - "version": "1.1.6", + "version": "1.1.7", "minAppVersion": "0.15.0", "description": "A powerful tool for visualizing 3D graphs and managing orphan files, offering a dynamic and colorful 3D graph view for enhanced user experience.", "author": "Ken", diff --git a/src/main.ts b/src/main.ts index 7a78ea4..2ceb5dc 100644 --- a/src/main.ts +++ b/src/main.ts @@ -15,7 +15,7 @@ export const globalProgramControl = { snapshotDirectory: "graph-screenshot", generateLinker: true, } -export const currentVersion = '1.1.6'; //Used to show in debug console +export const currentVersion = '1.1.7'; //Used to show in debug console export const currentSaveSpecVer = 10105; //Indicate current version of saved config file: data.json export const minSaveSpecVer = 10101; //Data will be loaded if the loaded version of data.json >= minSaveSpecVer, and will be completely overrided to default if version < minSaveSpecVer