Skip to content

Commit

Permalink
11.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanebouget committed Mar 21, 2024
1 parent e1c1b18 commit 2d4ffda
Show file tree
Hide file tree
Showing 3 changed files with 894 additions and 671 deletions.
4 changes: 2 additions & 2 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "khiops-visualization",
"title": "khiops Visualization",
"version": "11.0.4",
"version": "11.0.5",
"description": "Khiops Visualization",
"license": "UNLICENSED",
"license": "BSD-3-Clause-Clear",
"repository": "https://github.com/KhiopsML/kv-electron",
"author": {
"name": "Orange",
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"name": "khiops-visualization",
"title": "khiops Visualization",
"main": "app/main.js",
"version": "11.0.4",
"license": "BSD-3-Clause-Clear",
"version": "11.0.5",
"browser": {
"child_process": false,
"electron": false,
Expand Down Expand Up @@ -65,7 +66,7 @@
"electron-updater": "6.1.7",
"event-stream": "4.0.1",
"JSONStream": "1.3.5",
"khiops-visualization": "11.1.1",
"khiops-visualization": "11.1.2",
"rxjs": "7.8.1",
"tslib": "2.6.2",
"zone.js": "0.14.4"
Expand Down
Loading

0 comments on commit 2d4ffda

Please sign in to comment.