Skip to content

Commit

Permalink
release 24.10
Browse files Browse the repository at this point in the history
  • Loading branch information
KonradHoeffner committed Oct 23, 2024
1 parent f0234ac commit a78ff8a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions js/browser/graph.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<Graph> {
async newGraph(alwaysNew: boolean = false): Promise<Graph> {
if (!alwaysNew && this !== View.mainView.state.graph) {
return this;
Expand Down
2 changes: 1 addition & 1 deletion js/config/initialView/hito.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "24.07",
"version": "24.10",
"title": "Metamodell",
"type": 1,
"graph": [
Expand Down
2 changes: 1 addition & 1 deletion js/config/initialView/snik.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "24.07",
"version": "24.10",
"title": "SIM, TIM & OIM",
"type": 1,
"graph": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "snikgraph",
"version": "24.07",
"version": "24.10",
"description": "SNIK Graph",
"main": "js/browser/main.ts",
"type": "module",
Expand Down

0 comments on commit a78ff8a

Please sign in to comment.