diff --git a/backend/Cargo.lock b/backend/Cargo.lock index c8f9dc6..df91fc0 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -239,7 +239,7 @@ dependencies = [ [[package]] name = "ai_companion" -version = "0.9.5" +version = "0.9.7" dependencies = [ "actix-web", "base64 0.21.4", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 92a5f11..8ebf586 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ai_companion" -version = "0.9.5" +version = "0.9.7" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/package.json b/package.json index 11b00cf..244656b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ai-companion", "private": true, - "version": "0.9.5", + "version": "0.9.7", "type": "module", "scripts": { "dev": "vite",