Skip to content

Commit 1df6a17

Browse files
authored
Set App version to v2.14.1 (Stirling-Tools#6891)
Upped version in build.gradle then ran build so version falls through
1 parent b4f7b1d commit 1df6a17

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/aur/stirling-pdf-desktop/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Maintainer: Stirling PDF Inc <contact@stirlingpdf.com>
22
pkgname=stirling-pdf-desktop
3-
pkgver=2.14.0
3+
pkgver=2.14.1
44
pkgrel=1
55
pkgdesc="Locally hosted, web-based PDF manipulation tool (Tauri desktop app, official Stirling PDF Inc build)"
66
arch=('x86_64')

.github/aur/stirling-pdf-server-bin/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Maintainer: Stirling PDF Inc <contact@stirlingpdf.com>
22
pkgname=stirling-pdf-server-bin
3-
pkgver=2.14.0
3+
pkgver=2.14.1
44
pkgrel=1
55
pkgdesc="Locally hosted, web-based PDF manipulation tool (server JAR, prebuilt)"
66
arch=('any')

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ springBoot {
9191

9292
allprojects {
9393
group = 'stirling.software'
94-
version = '2.14.0'
94+
version = '2.14.1'
9595

9696
configurations.configureEach {
9797
exclude group: "org.springframework.boot", module: "spring-boot-starter-tomcat"

frontend/editor/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
33
"productName": "Stirling PDF",
44
"mainBinaryName": "Stirling-PDF",
5-
"version": "2.14.0",
5+
"version": "2.14.1",
66
"identifier": "stirling.pdf.dev",
77
"build": {
88
"frontendDist": "../dist",

frontend/editor/src/core/testing/serverExperienceSimulations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const FREE_LICENSE_INFO: LicenseInfo = {
3838

3939
const BASE_NO_LOGIN_CONFIG: AppConfig = {
4040
enableAnalytics: true,
41-
appVersion: "2.14.0",
41+
appVersion: "2.14.1",
4242
serverCertificateEnabled: false,
4343
enableAlphaFunctionality: false,
4444
serverPort: 8080,

frontend/editor/src/proprietary/testing/serverExperienceSimulations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const FREE_LICENSE_INFO: LicenseInfo = {
4848

4949
const BASE_NO_LOGIN_CONFIG: AppConfig = {
5050
enableAnalytics: true,
51-
appVersion: "2.14.0",
51+
appVersion: "2.14.1",
5252
serverCertificateEnabled: false,
5353
enableAlphaFunctionality: false,
5454
enableDesktopInstallSlide: true,

0 commit comments

Comments
 (0)