chore: bump version to 2.6.0 (#1282)

* chore: bump version to 2.6.0

* fix: non-null assertion for SearchModal list access
This commit is contained in:
Elie Habib
2026-03-08 22:00:31 +04:00
committed by GitHub
parent 9772548d83
commit 9129a3bbe3
3 changed files with 3 additions and 3 deletions

View File

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

View File

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