Bump version to 0.1.4

This commit is contained in:
2025-11-02 00:58:02 +01:00
parent 6a7f58a513
commit 4e1e4ae601
4 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
{
"name": "haex-hub",
"private": true,
"version": "0.1.3",
"version": "0.1.4",
"type": "module",
"scripts": {
"build": "nuxt build",

2
src-tauri/Cargo.lock generated
View File

@ -1693,7 +1693,7 @@ dependencies = [
[[package]]
name = "haex-hub"
version = "0.1.3"
version = "0.1.4"
dependencies = [
"base64 0.22.1",
"ed25519-dalek",

View File

@ -1,6 +1,6 @@
[package]
name = "haex-hub"
version = "0.1.3"
version = "0.1.4"
description = "A Tauri App"
authors = ["you"]
edition = "2021"

View File

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