Skip to content

Commit 956b800

Browse files
build(deps): bump ws from 8.20.1 to 8.21.0 in /frontend (Stirling-Tools#6679)
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Signed-off-by: dependabot[bot] <support@github.com>
1 parent a3fe15b commit 956b800

7 files changed

Lines changed: 9 additions & 9 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.13.0
3+
pkgver=2.13.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.13.0
3+
pkgver=2.13.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
@@ -78,7 +78,7 @@ springBoot {
7878

7979
allprojects {
8080
group = 'stirling.software'
81-
version = '2.13.0'
81+
version = '2.13.1'
8282

8383
configurations.configureEach {
8484
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
@@ -1,7 +1,7 @@
11
{
22
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
33
"productName": "Stirling-PDF",
4-
"version": "2.13.0",
4+
"version": "2.13.1",
55
"identifier": "stirling.pdf.dev",
66
"build": {
77
"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.13.0",
41+
appVersion: "2.13.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.13.0",
51+
appVersion: "2.13.1",
5252
serverCertificateEnabled: false,
5353
enableAlphaFunctionality: false,
5454
enableDesktopInstallSlide: true,

frontend/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)