diff --git a/package.json b/package.json index 2eb29101..b8339b52 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "url": "git+https://github.com/opencor/webapp.git" }, "type": "module", - "version": "0.20260209.4", + "version": "0.20260209.5", "scripts": { "archive:web": "bun src/renderer/scripts/archive.web.js", "build": "electron-vite build", diff --git a/src/renderer/package.json b/src/renderer/package.json index 37c85959..8c493b63 100644 --- a/src/renderer/package.json +++ b/src/renderer/package.json @@ -39,7 +39,7 @@ }, "./style.css": "./dist/opencor.css" }, - "version": "0.20260209.4", + "version": "0.20260209.5", "scripts": { "build": "vite build && bun scripts/generate.version.js", "build:lib": "vite build --config vite.lib.config.ts && cp index.d.ts dist/index.d.ts", diff --git a/src/renderer/src/components/dialogs/AboutDialog.vue b/src/renderer/src/components/dialogs/AboutDialog.vue index 184fe585..6a37f765 100644 --- a/src/renderer/src/components/dialogs/AboutDialog.vue +++ b/src/renderer/src/components/dialogs/AboutDialog.vue @@ -18,7 +18,7 @@
  1. - OpenCOR: a desktop application that can be run on + OpenCOR: a desktop application that can be run on Intel-based and ARM-based Windows, @@ -26,7 +26,7 @@ macOS machines; and
  2. - OpenCOR's Web app: a + OpenCOR's Web app: a Web app that can be run on a Web browser.