diff --git a/package.json b/package.json index d37a35e..3096b3f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "haex-hub", "private": true, - "version": "0.1.3", + "version": "0.1.4", "type": "module", "scripts": { "build": "nuxt build", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 3751984..2a4a634 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -1693,7 +1693,7 @@ dependencies = [ [[package]] name = "haex-hub" -version = "0.1.3" +version = "0.1.4" dependencies = [ "base64 0.22.1", "ed25519-dalek", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index c474788..c1e14c0 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "haex-hub" -version = "0.1.3" +version = "0.1.4" description = "A Tauri App" authors = ["you"] edition = "2021" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 35510ef..011d083 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.3", + "version": "0.1.4", "identifier": "space.haex.hub", "build": { "beforeDevCommand": "pnpm dev",