From 4fa3515e32a82415cd475f6c568797f4f2681a4e Mon Sep 17 00:00:00 2001 From: haex Date: Sat, 1 Nov 2025 20:21:37 +0100 Subject: [PATCH] Bump version to 0.1.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- package.json | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 20b9fe5..c24dcc7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "haex-hub", "private": true, - "version": "0.1.2", + "version": "0.1.3", "type": "module", "scripts": { "build": "nuxt build && node scripts/fix-vite-mapdeps.js", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 29b9d92..15880e9 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "haex-hub" -version = "0.1.2" +version = "0.1.3" description = "A Tauri App" authors = ["you"] edition = "2021" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 913f352..14b754b 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.2", + "version": "0.1.3", "identifier": "space.haex.hub", "build": { "beforeDevCommand": "pnpm dev",