From 8c7a02a0196b636ca104c51b7093ae9f9aa8ef3c Mon Sep 17 00:00:00 2001 From: haex Date: Sat, 1 Nov 2025 19:33:42 +0100 Subject: [PATCH] Sync version numbers across all package files Update Cargo.toml and tauri.conf.json to version 0.1.2 to match package.json --- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 9770a49..df10559 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -1693,7 +1693,7 @@ dependencies = [ [[package]] name = "haex-hub" -version = "0.1.0" +version = "0.1.2" dependencies = [ "base64 0.22.1", "ed25519-dalek", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index b94e478..29b9d92 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "haex-hub" -version = "0.1.0" +version = "0.1.2" description = "A Tauri App" authors = ["you"] edition = "2021" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 263aa96..913f352 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -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",