chore: bump to v0.0.2

This commit is contained in:
xin
2026-06-18 10:53:55 +08:00
parent f2ecf7b5f9
commit bce92af44d
3 changed files with 15 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "spectral-insight-mission-plan"
version = "0.0.1"
version = "0.0.2"
description = "Spectral Insight Mission Plan"
authors = ["you"]
edition = "2021"

View File

@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Spectral Insight Mission Plan",
"version": "0.0.1",
"version": "0.0.2",
"identifier": "com.spectral-insight.mission-plan",
"build": {
"beforeDevCommand": "npm run dev",