From f13e3301208009bccbb9346867035855b15ff2fe Mon Sep 17 00:00:00 2001 From: TheKrol Date: Fri, 15 Nov 2024 12:21:30 -0500 Subject: [PATCH] V2.0.1 --- backend/Cargo.lock | 2 +- backend/Cargo.toml | 2 +- frontend/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index e6eee51..4ac0642 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -937,7 +937,7 @@ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" [[package]] name = "hyde-backend" -version = "2.0.0" +version = "2.0.1" dependencies = [ "axum", "chrono", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 90d5bec..300d739 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hyde-backend" -version = "2.0.0" +version = "2.0.1" edition = "2021" license-file = "../LICENSE" description = "A backend for the r/TechSupport CMS" diff --git a/frontend/package.json b/frontend/package.json index 71b76b4..5d743c7 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "hyde-frontend", - "version": "2.0.0", + "version": "2.0.1", "private": true, "scripts": { "dev": "vite dev",