chore: bump v2.5.15 (#432)

This commit is contained in:
Elie Habib
2026-02-26 21:36:44 +04:00
committed by GitHub
parent d6ad89d594
commit e40b2eb47e
4 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "world-monitor",
"private": true,
"version": "2.5.14",
"version": "2.5.15",
"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.14"
version = "2.5.15"
dependencies = [
"getrandom 0.2.17",
"keyring",

View File

@@ -1,6 +1,6 @@
[package]
name = "world-monitor"
version = "2.5.14"
version = "2.5.15"
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.14",
"version": "2.5.15",
"identifier": "app.worldmonitor.desktop",
"build": {
"beforeDevCommand": "npm run build:sidecar-sebuf && npm run dev",