Skip to content

Commit

Permalink
11.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanebouget committed Jun 27, 2024
1 parent a40b31a commit 6729816
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "khiops-covisualization",
"title": "khiops Covisualization",
"version": "11.0.14",
"version": "11.1.0",
"description": "Khiops Covisualization",
"license": "BSD-3-Clause-Clear",
"repository": "https://github.com/KhiopsML/kc-electron",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "khiops-covisualization",
"title": "khiops Covisualization",
"main": "app/main.js",
"version": "11.0.14",
"version": "11.1.0",
"license": "BSD-3-Clause-Clear",
"author": {
"name": "Orange",
Expand Down Expand Up @@ -50,7 +50,7 @@
"electron:serve": "wait-on tcp:4200 && npm run electron:serve-tsc && electron . --serve",
"electron:local": "npm run build:prod && electron .",
"electron:build": "npm run build:prod && electron-builder build --publish=never",
"version": "11.0.14",
"version": "11.1.0",
"publishReleases": "npm run build:prod && electron-builder build --windows --ia32 -p always && electron-builder build --linux -p always && electron-builder build --mac -p always",
"removeDist": "rimraf dist && rimraf release && rimraf .cache",
"removeMocks": "rimraf dist/khiops-visualization/mocks",
Expand Down

0 comments on commit 6729816

Please # to comment.