From b1564fa2fa05b4bf129d6bce88c8799e9c846588 Mon Sep 17 00:00:00 2001 From: Chop TRAN Date: Mon, 23 Jun 2025 14:06:50 +0700 Subject: [PATCH] Prepare release version 0.5.1 --- README.md | 2 -- firebase-auth/Cargo.toml | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 1e29292..ba61234 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,6 @@ Version 0.5.x supports Axum 0.8. -Version 0.5.x supports Axum 0.8. - Version 0.4.x supports Axum 0.7. Version 0.3.x supports Axum 0.6. diff --git a/firebase-auth/Cargo.toml b/firebase-auth/Cargo.toml index 25e52ce..c182888 100644 --- a/firebase-auth/Cargo.toml +++ b/firebase-auth/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "firebase-auth" -version = "0.5.0" +version = "0.5.1" authors = ["Chop Tr "] homepage = "https://github.com/trchopan/firebase-auth" repository = "https://github.com/trchopan/firebase-auth.git"