Sync version numbers across all package files

Update Cargo.toml and tauri.conf.json to version 0.1.2 to match package.json
This commit is contained in:
2025-11-01 19:33:42 +01:00
parent 465fe19542
commit 8c7a02a019
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "haex-hub",
"version": "0.1.0",
"version": "0.1.2",
"identifier": "space.haex.hub",
"build": {
"beforeDevCommand": "pnpm dev",