From 5e2a3ac09390f7ff29a54528508c032495d1a903 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 25 Aug 2024 18:26:13 +0000 Subject: [PATCH] Bump to v0.6.4 --- api/Cargo.lock | 2 +- api/Cargo.toml | 2 +- ui/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/api/Cargo.lock b/api/Cargo.lock index fae2c919..dd4959b0 100644 --- a/api/Cargo.lock +++ b/api/Cargo.lock @@ -1475,7 +1475,7 @@ dependencies = [ [[package]] name = "hoarder" -version = "0.6.3" +version = "0.6.4" dependencies = [ "anyhow", "application", diff --git a/api/Cargo.toml b/api/Cargo.toml index da331bd2..602885ca 100644 --- a/api/Cargo.toml +++ b/api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hoarder" -version = "0.6.3" +version = "0.6.4" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ui/package.json b/ui/package.json index d6c3c7b9..0cb295a9 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "hoarder-ui", - "version": "0.6.3", + "version": "0.6.4", "private": true, "author": "Chitoku ", "packageManager": "yarn@4.4.0",