From 3af59704243d6fdacfccb81c2484d1396d6b581b Mon Sep 17 00:00:00 2001 From: "stirlingbot[bot]" <195170888+stirlingbot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 16:02:25 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20format=20everything=20with=20pre?= =?UTF-8?q?-commit=20by=20stirlingbot=20(#5426)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Auto-generated by [create-pull-request][1] with **stirlingbot** [1]: https://github.com/peter-evans/create-pull-request Signed-off-by: stirlingbot[bot] Co-authored-by: stirlingbot[bot] <195170888+stirlingbot[bot]@users.noreply.github.com> --- frontend/public/vendor/jscanify/opencv.js | 1 - frontend/src-tauri/tauri.conf.json | 2 +- frontend/src/core/testing/serverExperienceSimulations.ts | 2 +- frontend/src/proprietary/testing/serverExperienceSimulations.ts | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/frontend/public/vendor/jscanify/opencv.js b/frontend/public/vendor/jscanify/opencv.js index 94037f31c..d2e9e95c0 100644 --- a/frontend/public/vendor/jscanify/opencv.js +++ b/frontend/public/vendor/jscanify/opencv.js @@ -45,4 +45,3 @@ if (typeof exports === 'object' && typeof module === 'object') Module = {}; return cv(Module); })); - diff --git a/frontend/src-tauri/tauri.conf.json b/frontend/src-tauri/tauri.conf.json index 853ae3eab..4790f92dc 100644 --- a/frontend/src-tauri/tauri.conf.json +++ b/frontend/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "../node_modules/@tauri-apps/cli/config.schema.json", "productName": "Stirling-PDF", - "version": "2.2.0", + "version": "2.2.1", "identifier": "stirling.pdf.dev", "build": { "frontendDist": "../dist", diff --git a/frontend/src/core/testing/serverExperienceSimulations.ts b/frontend/src/core/testing/serverExperienceSimulations.ts index a20ceda0a..5f3b716f1 100644 --- a/frontend/src/core/testing/serverExperienceSimulations.ts +++ b/frontend/src/core/testing/serverExperienceSimulations.ts @@ -38,7 +38,7 @@ const FREE_LICENSE_INFO: LicenseInfo = { const BASE_NO_LOGIN_CONFIG: AppConfig = { enableAnalytics: true, - appVersion: '2.2.0', + appVersion: '2.2.1', serverCertificateEnabled: false, enableAlphaFunctionality: false, serverPort: 8080, diff --git a/frontend/src/proprietary/testing/serverExperienceSimulations.ts b/frontend/src/proprietary/testing/serverExperienceSimulations.ts index 8e3f05878..4533b3e2c 100644 --- a/frontend/src/proprietary/testing/serverExperienceSimulations.ts +++ b/frontend/src/proprietary/testing/serverExperienceSimulations.ts @@ -48,7 +48,7 @@ const FREE_LICENSE_INFO: LicenseInfo = { const BASE_NO_LOGIN_CONFIG: AppConfig = { enableAnalytics: true, - appVersion: '2.2.0', + appVersion: '2.2.1', serverCertificateEnabled: false, enableAlphaFunctionality: false, enableDesktopInstallSlide: true,