Skip to content

Commit

Permalink
For bug fix release 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kctekn committed Oct 25, 2024
1 parent 250ad36 commit 654c986
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 654c986

Please sign in to comment.