diff --git a/js/browser/graph.ts b/js/browser/graph.ts index ffbf7c68..21c31a9c 100644 --- a/js/browser/graph.ts +++ b/js/browser/graph.ts @@ -587,9 +587,7 @@ export class Graph { } /** Create and return a new graph if the option is set to create star operations in a new view. - * @param title - optional view title * @returns this iff the option to create stars in a new view is unset, a new view's graph if it is set */ - //async newGraph(title?: string, alwaysNew: boolean = false): Promise { async newGraph(alwaysNew: boolean = false): Promise { if (!alwaysNew && this !== View.mainView.state.graph) { return this; diff --git a/js/config/initialView/hito.json b/js/config/initialView/hito.json index 5ff623fc..2e93a993 100644 --- a/js/config/initialView/hito.json +++ b/js/config/initialView/hito.json @@ -1,5 +1,5 @@ { - "version": "24.07", + "version": "24.10", "title": "Metamodell", "type": 1, "graph": [ diff --git a/js/config/initialView/snik.json b/js/config/initialView/snik.json index 334be764..2d39cc17 100644 --- a/js/config/initialView/snik.json +++ b/js/config/initialView/snik.json @@ -1,5 +1,5 @@ { - "version": "24.07", + "version": "24.10", "title": "SIM, TIM & OIM", "type": 1, "graph": [ diff --git a/package.json b/package.json index bbbfc0d4..e5e3f6e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "snikgraph", - "version": "24.07", + "version": "24.10", "description": "SNIK Graph", "main": "js/browser/main.ts", "type": "module",