From f473a8c98e1b41c8d67a4d25141ac12d57c5182a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Nieto?=
 <frederic.artus.nieto@gmail.com>
Date: Wed, 6 Mar 2024 15:10:25 +0100
Subject: [PATCH] chore.version-bump: Version bump

---
 crates/aide-axum-typed-multipart/Cargo.toml | 4 ++--
 crates/aide/Cargo.toml                      | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/crates/aide-axum-typed-multipart/Cargo.toml b/crates/aide-axum-typed-multipart/Cargo.toml
index 590f492..5b53422 100644
--- a/crates/aide-axum-typed-multipart/Cargo.toml
+++ b/crates/aide-axum-typed-multipart/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "aide-axum-typed-multipart"
-version = "0.1.0"
+version = "0.13.0"
 edition = "2021"
 authors = ["emonadeo"]
 keywords = ["web", "axum", "multipart"]
@@ -10,7 +10,7 @@ description = "Type safe multipart/form-data handling for axum and aide"
 readme = "README.md"
 
 [dependencies]
-aide = { path = "../aide" }
+aide = { version = "0.13", path = "../aide" }
 axum = "0.7.4"
 axum_typed_multipart = { version = "0.11.0" }
 indexmap = "2.2.2"
diff --git a/crates/aide/Cargo.toml b/crates/aide/Cargo.toml
index 1b9b6f4..774e06a 100644
--- a/crates/aide/Cargo.toml
+++ b/crates/aide/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "aide"
-version = "0.13.2"
+version = "0.13.3"
 authors = ["tamasfe"]
 edition = "2021"
 keywords = ["generate", "api", "openapi", "documentation", "specification"]