chore: bump version to 2.3.9

This commit is contained in:
Elie Habib
2026-02-18 08:16:36 +04:00
parent 19683aa1fe
commit 179e9c1687
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "world-monitor",
"private": true,
"version": "2.3.8",
"version": "2.3.9",
"type": "module",
"scripts": {
"lint:md": "markdownlint-cli2 '**/*.md'",

View File

@@ -1,6 +1,6 @@
[package]
name = "world-monitor"
version = "2.3.8"
version = "2.3.9"
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.3.8",
"version": "2.3.9",
"identifier": "app.worldmonitor.desktop",
"build": {
"beforeDevCommand": "npm run dev",