chore: bump v2.5.14 (#428)

Changes since v2.5.13:
- feat: add ARM64 Linux build target and download detection (#427)
- fix(live-channels): tolerate YouTube API failures when adding custom channels (#425)
- fix(linux): append host GStreamer plugins to AppImage search path (#424)
- fix(linux): enable keyring persistence via Secret Service + keyutils (#419)
This commit is contained in:
Elie Habib
2026-02-26 20:58:26 +04:00
committed by GitHub
parent ab502f6062
commit caeb3ead2c
4 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "world-monitor",
"private": true,
"version": "2.5.13",
"version": "2.5.14",
"license": "AGPL-3.0-only",
"type": "module",
"scripts": {

2
src-tauri/Cargo.lock generated
View File

@@ -5423,7 +5423,7 @@ dependencies = [
[[package]]
name = "world-monitor"
version = "2.5.13"
version = "2.5.14"
dependencies = [
"getrandom 0.2.17",
"keyring",

View File

@@ -1,6 +1,6 @@
[package]
name = "world-monitor"
version = "2.5.13"
version = "2.5.14"
description = "World Monitor desktop application"
authors = ["World Monitor"]
edition = "2021"

View File

@@ -2,7 +2,7 @@
"$schema": "https://schema.tauri.app/config/2",
"productName": "World Monitor",
"mainBinaryName": "world-monitor",
"version": "2.5.13",
"version": "2.5.14",
"identifier": "app.worldmonitor.desktop",
"build": {
"beforeDevCommand": "npm run build:sidecar-sebuf && npm run dev",