chore: version updates and build script tweaks

This commit is contained in:
ospab 2026-06-17 19:38:29 +03:00
parent 99ff76d595
commit e4e054e75a
3 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 0.2.98+13
version: 0.3.2+16
environment:
sdk: ^3.11.4

View File

@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "ostp-gui",
"version": "0.2.98",
"version": "0.3.2",
"identifier": "com.ospab.ostp",
"build": {
"frontendDist": "../src"

View File

@ -19,7 +19,7 @@ Write-Output "Synchronizing with origin master..."
# --- Version bump ---
$CargoToml = Join-Path $ProjectRoot "Cargo.toml"
$Version = "0.2.0"
$Version = "0.3.0"
if (Test-Path $CargoToml) {
$Content = [System.IO.File]::ReadAllText($CargoToml)
# Match version only in [workspace.package] section (first occurrence)